GNOME Bugzilla – Bug 688531
Horizontal rule inside paragraph causes missing </p>
Last modified: 2012-12-26 16:09:00 UTC
The following markdown causes a missing </p> in the resulting html output. Line 1: text Line 2: ____ The problem seems that doxygen does not end a paragraph when <hr> is found. As a quick fix I modified markdown.cpp and replaced the writing of "<hr>\n" by writting "\n<hr>\n" (2 occurences). The whitespace before <hr> forces an end of paragraph in doxygen. But I guess the real solution should be in the html processing inside doxygen, which should end a paragraph if <hr> is found. (As the same happens if <hr> is put directly to the end of a paragraph).
Changed version 'latest' to '1.8.2-SVN' so I can remove 'latest' as an option as it is a moving target.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. 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.