-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Nested lists rendering #601
Comments
I think this might be related to #589, where the template theme is missing from versions after v3.0b4. |
The assets folder exists, the result is the same in my v3.0b4 version and in stable version. |
I'm working on a fix for this now. Please note though, that correctly numbered lists in markdown requires four (4) spaces as indentation, so the first example does not work even for markdown publishing. |
This beta release contains a fix for this issue: https://pypi.org/project/doorstop/3.0b11/ cc @neerdoc |
Fixed by #615 |
Doorstop-server can't render nested lists without empty lines.
For example,
This is rendered as:
All nested items are concatenated into one line.
Yet another example:
This nested items are rendered as simple, not nested, list:
Expected behavior: support of nested lists made by indents and numbers.
Workaround: to use extra empty lines between items.
Used version - Doorstop v3.0b4 (markdown is default itemformat).
The text was updated successfully, but these errors were encountered: