

I’ll need to add something here sometime. It’s sometimes handy for breaking things up. The easiest way to do these is to select what you want to make a link and hit Ctrl+L. I don’t recommend using more than three or four levels of headings here, because, when you’re smallest heading isn’t too small, and you’re largest heading isn’t too big, and you want each size up to look noticeably larger and more important, there there are only so many sizes that you can use.
#MACDOWN EXAMPLE CODE#
Headings can also contain formatting They can even contain inline code Each level down uses one more hash character. You’ve probably noticed them already in the page. They correspond with the six levels of HTML headings. Quotes are automatically indented when they are used. You can also make inline code to add code into other things. As you can see, it uses a fixed-width font. Paragraph modifiers Code block Code blocks are very useful for developers and other people who look at code or other things that are written in plain text. Note: the fourth item uses the Unicode character for Roman numeral four. Basic formatting of italics and bold is supported. Paragraphs must be separated by a blank line. Unlike regular notes, this doesn’t automatically save itself. This note demonstrates some of what Markdown is capable of doing.
#MACDOWN EXAMPLE FREE#
However, be aware that this is not using the official implementation, and this might work subtly differently in some of the little things.Ĭould you imagine using this for taking notes? Sign up for a free account. See the official and for more information. There's actually a lot more to Markdown than this. I'll need to add something here sometime. It's sometimes handy for breaking things up. The easiest way to do these is to select what you want to make a link and hit `Ctrl+L`.Ī horizontal rule is a line that goes across the middle of the page. I don't recommend using more than three or four levels of headings here, because, when you're smallest heading isn't too small, and you're largest heading isn't too big, and you want each size up to look noticeably larger and more important, there there are only so many sizes that you can use. Of course, demonstrating what headings look like messes up the structure of the page. # Headings *can* also contain **formatting** You've probably noticed them already in the page. You can also make `inline code` to add code into other things. *Ĭode blocks are very useful for developers and other people who look at code or other things that are written in plain text. *Note: the fourth item uses the Unicode character for. Basic formatting of *italics* and **bold** is supported. A paragraph is what text will turn into when there is no reason it should become anything else. A paragraph is the basic block of Markdown. Unlike regular notes, this doesn't automatically save itself.* This note demonstrates some of what is capable of doing.
