In markdown, list continuation renders as code

DonM <[email protected]> Mon, 18 Jun 2018 15:12:21 -0700
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
I am trying to use multi-level lists in a markdown file, with "list continuation" -- by that I mean a list item that has multiple paragraphs. For example, consider this markdown input:

1.  List item 1

     List item 1 continuation

     a.  List item 1a

         List item 1a continuation

     b. List item 1b

2.  List item 2

Doxygen renders most of this correctly. In particular "List item 1 continuation" is a separate paragraph below list item 1, and indented to match the text in item1.

However, "List item 1a continuation" is rendered as a code block -- inside a box (border) with a fixed width font. And it is only indented to match the text in item 1 (not item 1a).

I'm using the current version (1.8.14). Is there any way around this? Thanks,

DonM

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users