GNOME Bugzilla – Bug 789007
Error in markdown emphasis examples
Last modified: 2017-12-25 18:43:50 UTC
The page http://www.stack.nl/~dimitri/doxygen/manual/markdown.html has an error about Markdown emphasis. In examples it says: single asterisks* _single underscores_ double asterisks** __double underscores__ While it should be: *single asterisks* _single underscores_ **double asterisks** __double underscores__ For some reasons, there are spaces instead of the heading stars. The error seems obviously spotted, but it may confuses some users as much. The same error appears in the documentation built with 1.8.14-GIT.
The problem is actually listed as a limitation on the same page https://www.doxygen.org/manual/markdown.html#mddox_stars I'll correct the documentation in the next Git update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.14. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).