GNOME Bugzilla – Bug 700456
MarkDown ordered lists are not fully supported
Last modified: 2013-05-21 08:08:35 UTC
It is impossible to create an ordered list with whitespaces and a text between list items, e.g.: -# Item 1 Text of Item 1 with 4 spaces (1 tab) -# Item 2 Text of Item 2 gives the following result: 1. Item 1 Text of Item 1 with 4 spaces (1 tab) 1. Item 2 Text of Item 2 But http://www.stack.nl/~dimitri/doxygen/manual/markdown.html#mddox_code_blocks tells that: "Note that list markers are not counted when determining the relative indent: 1. Item1 More text for item1 2. Item2 Code block for item2 For Item1 the indentation is 4 (when treating the list marker as whitespace), so the next paragraph "More text..." starts at the same indentation level and is therefore not seen as a code block."
Created attachment 244405 [details] My doxyfile
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.4. 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.
Thanks a lot, everything is OK now.