pandoc/test/command/4465.md
2021-06-28 11:33:22 -07:00

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.
:::
```