-
Notifications
You must be signed in to change notification settings - Fork 14
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
Invisible markdown labeled-headings #29
Comments
I have started debugging this issue... |
Warnings generated:
For document structure:
|
I've found the reason why the titles got emptied and provided a workaround that I think looks better than the original code. There is still something fishy going on in the background however, since the expression I'm testing with CopperSpice prebuilt 1.6 release and a compiled version of master/1.3.5 Doxypress on Windows. The issue seems to be in CopperSpice to me. Markdown sections and .md pages are still missing from the page tree (but do exist as generated content/files). |
…() does it correctly instead copperspice#29
…() does it correctly instead copperspice#29
As far as I can test it, this issue seems all-fixed now on my fork. |
Thanks, we will look at this over the weekend. |
When adding a markdown heading with the header ID extension, the following issues are exhibited:
This is a regression issue, version 1.2.10 worked fine, master (1.3.5) shows this issue.
The text was updated successfully, but these errors were encountered: