Ordered lists are alway consecutive.
The only number that makes a difference is first. Anything other than 1, sets the start value on the <ol>.
8. Folklore
1. Folklore
1. Evermore
1. Folklore
output:
<olstart="8">
<li>Folklore</li>
<li>Folklore</li>
<li>Evermore</li>
<li>Folklore</li>
</ol>
Lists of paragraphs
1. This is a list item with two paragraphs. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
sit amet velit.
2. Suspendisse id sem consectetuer libero luctus adipiscing.
Lists with markdown
- A list item with a blockquote:
> This is a blockquote
> inside a list item.
- A list item with a code block:
```
Code goes here
```
Code inline
`<em>love it!</em>`
``There is a literal backtick (`) here.``
Code block (GFM)
```js
letGOAT='Taylor Swift'
console.log(GOAT)
```
Nested markdown code
Add more backticks for infinite nesting.
````md
```js
letGOAT='Taylor Swift'
console.log(GOAT)
```
````
Horizontal Rule
---
Link
This syntax can often be hard to remember.
Someone recommended thinking of it as calling a named function with the url. It’s stuck with me ever since.
Markdown supports HTML and, therefore, details.
However, in order to put markdowndown inside of a summary, there needs to be additional line-breaks between HTML elements and markdown blocks.
Some disclosure
Markdown can go in here if you leave extra line breaks.
<details>
<summary>Some disclosure</summary>
_Markdown can go in here if you leave extra line breaks._