GNOME Bugzilla – Bug 722711
[PATCH] Link refs with no title swallow an extra newline
Last modified: 2014-04-21 10:09:16 UTC
Created attachment 266897 [details] [review] Patch to fix the issue If you have a link ref like [1]: http://www.example.com/ it will consume the following blank line as well; from a practical point of view, if you have [1]: http://www.example.com/ ## Foo it will put a # where the link ref was, and make Foo a level 1 (instead of level 2) heading.
Created attachment 266898 [details] This input renders incorrectly The link ref is replaced with a # and the Baz heading is the wrong level.
Created attachment 266899 [details] This input works fine The extra line between the link ref and the next heading avoids the issue.
Created attachment 266900 [details] This input also works fine The inclusion of the title avoids the issue.
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.7. 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 (preferrably in the form of a self-contained example).