mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
- Properly handle the case where the first item is an indented code block. (Closes #11542.) - Use correct indentation when `four_space_rule` extension is disabled.
9 lines
80 B
Markdown
9 lines
80 B
Markdown
```
|
|
% pandoc -t markdown
|
|
1\. item
|
|
: description
|
|
^D
|
|
1\. item
|
|
: description
|
|
```
|