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
Thanks for the quick reply. I already created a PR. I did not find any unit tests. Therefore I also did not write one for this use case.
If you still want some or if I violated some contributing guidelines, please let me know!
Given this example:
doxygen outputs this xml:
Which then gets translated to this md:
At this point 2 issues become visible:
=
sign.[]()
appears unquoted and thus will be interpreted as a md reference instead of code.Suggestions:
=
chars from initializers when reading from xml.The text was updated successfully, but these errors were encountered: