a07d955d6f
Previously they did not behave as the equivalent input with spaces would. Closes #7573.
11 lines
76 B
Markdown
11 lines
76 B
Markdown
```
|
|
% pandoc --preserve-tabs
|
|
<ol>
|
|
<li>one
|
|
</ol>
|
|
^D
|
|
<ol>
|
|
<li>
|
|
one
|
|
</ol>
|
|
```
|