pandoc/test/command/5543.md
John MacFarlane 928681ca04 Avoid unwanted interpretation of def list term as other kind of block,
e.g. ordered list item, in Markdown writer.

Closes #554.
2019-06-03 09:51:19 -07:00

8 lines
82 B
Markdown

```
% pandoc -t markdown
1\. item
: description
^D
1\. item
: description
```