Lists with indented roman numerals not showing up correctly #10967
Answered
by
jgm
khalid-hussain
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
jgm
Jul 15, 2025
Replies: 1 comment 3 replies
-
This happens because Markdown syntax requires that lines that are indented by 4 or more spaces relative to the parent element, must be treated as code blocks. Since there are four spaces before the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look at
Here the item
v.
is considered part of the content ofthe itemiv.
, because it is indented relative to the former's list marker. You can use this format and you should be fine:though you may have problems if you insist on lining up the contents, because if there are >= 5 spaces after the period, you'll get a code block in the list item.