Closed lewtun closed 3 years ago
Hi @jph00,
First of all, thank you for open-sourcing this tool - it's super useful for a textbook I'm currently working on!
I'm running into a small problem with the heading levels. Please see the details below.
I have a notebook with different heading levels (simple gist here) all of which appear with the same == level in the resulting .asciidoc file.
==
.asciidoc
Is this by design or does one need to add a special flag to the markdown cells?
cd path/to/fastdoc_sections_test.ipynb mkdir images fastdoc_convert_all --path ./ --dest_path convert_book
An fastdoc_sections_test.asciidoc file with the following content
fastdoc_sections_test.asciidoc
== Heading level 1 === Heading level 2 ==== Heading level 3
== Heading level 1 == Heading level 2 == Heading level 3
Sorry, just saw this is a duplicate of #10. Closing the issue
Well spotted :D
Hi @jph00,
First of all, thank you for open-sourcing this tool - it's super useful for a textbook I'm currently working on!
I'm running into a small problem with the heading levels. Please see the details below.
Description of the problem
I have a notebook with different heading levels (simple gist here) all of which appear with the same
==
level in the resulting.asciidoc
file.Is this by design or does one need to add a special flag to the markdown cells?
Steps to reproduce
Expected output
An
fastdoc_sections_test.asciidoc
file with the following contentActual output