Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkDown ordered lists are not fully supported (Origin: bugzilla #700456) #5180

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version unspecified on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2013-05-16 13:11:44 +0000, Oleg wrote:

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)

  2. 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."

On 2013-05-16 13:31:46 +0000, Oleg wrote:

Created attachment 244405
My doxyfile

On 2013-05-18 15:59:21 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next subversion update.

On 2013-05-19 12:36:21 +0000, Dimitri van Heesch wrote:

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.

On 2013-05-21 08:08:35 +0000, Oleg wrote:

Thanks a lot, everything is OK now.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant