-
Notifications
You must be signed in to change notification settings - Fork 586
Open
Description
The asciidoc exporter converts all heading levels specified in markdown cells to H2.
To reproduce the issue:
- Install nbconvert
- Create notebook with markdown cells
- Add markdown headers with different header levels in markdown cells
nbconvert --to asciidoc notebook_name.ipynb
This error can be reproduced on https://jupyter.org/try as well.
As an example, here is a notebook with multiple markdown header levels:
Here is what it is converted to in asciidoc:
== This is a H1
== This is a H2
== This is a H3
== This is a H4
== This is a H5
== This is a H6
Nbconvert version: 6.0.7
Metadata
Metadata
Assignees
Labels
No labels