A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines.
A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines.
- Markdown supports ordered (numbered) and unordered (bulleted) lists.
- It’s important to note that the actual numbers you use to mark the list have no effect on the HTML output Markdown produces. The HTML Markdown produces from the above list is:
- If you instead wrote the list in Markdown like this
- This should be 2.
This is a normal paragraph.
- This is a [link] 1 in a sentence.
- This is a *** word.
- This is an image