You can give line breaks at any given point by adding two spaces and then pressing the ENTER key. Just the ENTER key doesn't create aline break. Alternatively, use the <br> tag of HTML to add a line break
Adding basic formattic to text is simple.
Bold - ** Bold ** or __ Bold __
Italics - Italics
Strikethrough
==Highlight==
Inline code
Tables are a powerful feature in Markdown. A simple table in Markdown is written like this:
Col 1 | Col 2 |
---|---|
Mid | Goofy |
Adding internal or external links in a Markdown file is really straightforward.