```
% pandoc -f html -t markdown
  - An ordered list can contain block-level elements ind html, it means that divs are also allowed.
 
  - Let's see the problem! 
This is an example.
 
^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.
    :::
```