Ordered list after unordered list #8092
-
Hi, I have the following markdown using mkdocs material:
My expected output would be that the first item is rendered with a bullet point, the second with a "1.", but mkdocs / mkdocs material uses for both unordered items showing a bullet point. Is there any explanation for this? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
facelessuser
Mar 14, 2025
Replies: 1 comment 1 reply
-
MkDocs Material is just a theme and does not control the parsing of Markdown. With that said, there are Markdown extensions for this:
Probably others. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kamilkrzyskow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MkDocs Material is just a theme and does not control the parsing of Markdown.
With that said, there are Markdown extensions for this:
Probably others.