mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
Previously they did not behave as the equivalent input with spaces would. Closes #7573.
12 lines
76 B
Markdown
12 lines
76 B
Markdown
```
|
|
% pandoc --preserve-tabs
|
|
<ol>
|
|
<li>one
|
|
</ol>
|
|
^D
|
|
<ol>
|
|
<li>
|
|
one
|
|
</ol>
|
|
```
|