Markdown is a lightweight and easy-to-use syntax used to style text on the web. You will encounter markdown editors in the Arlo. I've heard a lot about using Markdown for writing and editing text, especially in the case of writing on tablets. But I'm not really sure what people like about it. Is it worth switching from plain. Markdown is a simple language used to add formatting to text. Trello uses a modified version of the Markdown syntax. It allows you to easily add bold, italics. No need to install. Use these free online markdown editors to write and save your markdown notes. Some editors also offer real-time collaboration. Markdown is a way to write content for the web. It’s written in what people like to call “plaintext”, which is exactly the sort of text you’re used to writing and seeing. Plaintext is just the regular alphabet, with a few familiar symbols, like asterisks (.) and backticks (`).
a) How do I get code in a question to look right for the reader?
Using Markdown In Slack
For instance, if I needed to ask about this SQL command...
SELECT * FROM xact WHERE frm IS NULL
... what's the best markdown approach? (I've enclosed it in [code] [/code]... but used less-than and greater-than signs instead of the [ and ] used in this sentence. PLEASE tell me there's a better way?? Or at least a way to use [code] that lets me do a whole block of code with just one [code] at the start and one [/code] at the end... without losing the new-lines.
(For those who look at this in the future, here is the 'backtick' answer, in action... SELECT * FROM xact WHERE frm IS NULL
(one at each end)
The following ONLY needed 'indent each line by four spaces'....
Using Markdown In Vscode
b) Is there a way to look at the 'raw' version of posted material, to learn from that??(Answer was 'No, not until you have enough karma points... lots... to be able to edit other people's posts.)
Markdown Language
Comments
What Is Markdown Coding
Sometimes, I use https://stackedit.io/ to compose posts in Markdown. Try it maybe.