dd098d4e15
Closes #4465.
420 B
420 B
% 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.
:::