dd098d4e15
Closes #4465.
15 lines
420 B
Markdown
15 lines
420 B
Markdown
```
|
|
% pandoc -f html -t markdown
|
|
<ol>
|
|
<li>An ordered list can contain block-level elements ind html, it means that divs are also allowed.</li>
|
|
<li>Let's see the problem! <div class="example">This is an example.</div></li>
|
|
</ol>
|
|
^D
|
|
1. An ordered list can contain block-level elements ind html, it means
|
|
that divs are also allowed.
|
|
2. Let\'s see the problem!
|
|
|
|
::: example
|
|
This is an example.
|
|
:::
|
|
```
|