mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
We used to normalize so that the base level is always 1, but asciidoc no longer seems to care about that, and the behavior creates difficulties when we are converting fragments. Closes #10062.
11 lines
82 B
Markdown
11 lines
82 B
Markdown
```
|
|
% pandoc -t asciidoc
|
|
### section
|
|
|
|
##### five
|
|
^D
|
|
==== section
|
|
|
|
====== five
|
|
```
|