We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
six
fastdoc_numbered_list.ipynb
book
fastdoc_convert_all --path path/to/book --dest_path output
fastdoc 0.0.2 pandoc 2.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
produces the following asciidoc output
The new line before
six
causes this item to be treated as part of the fifth oneSteps to reproduce
fastdoc_numbered_list.ipynb
from this gist and place it in some folder, e.g.book
Environment details
The text was updated successfully, but these errors were encountered: