Replies: 3 comments 6 replies
-
This looks like a bug, and indeed, a regression. (I just confirmed that I get correct output with pandoc 3.1.1.) |
Beta Was this translation helpful? Give feedback.
6 replies
-
see #9994 |
Beta Was this translation helpful? Give feedback.
0 replies
-
solved in 3.3. thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings
I would like to generate mixed lists of numbered lists and bulleted, indented lists in markdown to be converted into docx.
However, both with the markdown extension and with the commonmark I cannot get the numbering to resume from the second point, that is.
This is the markdown i write:
The first numered list work and also the bullet nested lists work but when it reaches the point numbered "2.", where it should resume the numbering with "2.", a bullet appears instead of the number.
Where ma I wrong?
thanks
Beta Was this translation helpful? Give feedback.
All reactions