Philip Nelson
Philip Nelson
I am also encountering this issue. We're using doxygen for it's principal purpose of documenting code through comments but then we want to extend the documentation with markdown. We are...
@albert-github of course, here is the example given above by @RochaStratovan _Doxygen Version:_ ```1.10.0 (ebc57c6dd303a980bd19dd74b8b61c8f3f5180ca)``` [DoxygenEmphasisExample.zip](https://github.com/doxygen/doxygen/files/15418367/DoxygenEmphasisExample.zip)
For what it's worth, there is precedent for following the way GitHub handles markdown _From the default doxyfile_ ``` # The MARKDOWN_ID_STYLE tag can be used to specify the algorithm...
Here is the GitHub Flavored Markdown Spec https://github.github.com/gfm/
So it sounds like that GFM spec was forked from CommonMark. The document is very similar. However, the GitHub version has not been recently updated [(2019-04-06)](https://github.github.com/gfm/) while CommonMark has [(2024-01-28)](https://spec.commonmark.org/0.31.2/)....
I've identified where the bug is occurring but I don't totally understand all of the context for why things are being done the way they are. When the function definition...