-
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
Markdown labels not compatible with Doxygen #469
Comments
The code looks like this, in doorstop/core/publisher.py:
If I just change |
Yeah, I'm not totally sure why that space is there. We'll want to confirm this change doesn't break any of the other export formats. |
The suggested code change is located in a function called I also made a check in practice: I ran the unit tests with and without the code change. The published text and HTML files where not changed:
The .md files were changed as expected:
Are there more checks we should do, or is this enough testing for creating a pull request? |
Hi!
When I publish the REQ document that's included with doorstop, i.e. when I run
doorstop publish REQ REQ.md
I get the following result:
It would be possible to link to these chapters from other files parsed by Doxygen if it wasn't for the the space between REQ018 and "}". Is this done on purpose in the Doorstop markdown publish or would it be okay if I changed it to work better with Doxygen, i.e. by removing the space?
The text was updated successfully, but these errors were encountered: