You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
Hi!
When I'm using rst sources with a 1st level heading that is occuring only once in the document the underlying docutils treat that heading as title.
As such it is not included in the parts['body'] that is used in renderers.py and so it's not in the output wok creates.
Example:
heading1
========
some text
heading2
--------
more text
Hi!
When I'm using rst sources with a 1st level heading that is occuring only once in the document the underlying docutils treat that heading as title.
As such it is not included in the parts['body'] that is used in renderers.py and so it's not in the output wok creates.
Example:
gives (shortened):
Using parts['html_body'] instead makes it appearing, but an even better solution might be to disable this docutils behaviour by:
Here the corresponding commit in my wok fork, including some more documentation:
gchriz@ddaf7df
The text was updated successfully, but these errors were encountered: