generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The asciidoc conversion for numbered lists sometimes introduces a new line that causes the resulting HTML / PDF to be incorrectly formatted.
For example, the following markdown cell
1. one
1. two
1. three
1. four
1. five
1. six
produces the following asciidoc output
. one
. two
. three
. four
. five
.
six
The new line before six causes this item to be treated as part of the fifth one
Steps to reproduce
- Download the sample notebook
fastdoc_numbered_list.ipynbfrom this gist and place it in some folder, e.g.book - Run
fastdoc_convert_all --path path/to/book --dest_path output
Environment details
fastdoc 0.0.2
pandoc 2.3.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
