Nested markdown list doesn’t work w/ Jetpack
-
TL;DR
Nested markdown list with ‘-‘ and number mixed doesn’t parse properly.
TS;DR
In order to use markdown, I switched using from WP-Markdown plugin to Jetpacks Markdown feature.
I turned on the markdown feature at the Jetpack settings and it basically works.
But I notice that, if the list is nested with ‘-‘(
<ul>) and numbers(<ol>) it seems that it’s not working properly.For example:
1. One
– Uno
– Ichi
1. Two
– Dos
– NiiThe markdown above Jetpack parses as below:
1. One
2. Uno
3. Ichi
4. Two
5. Dos
6. NiiAnd I believe that it has to parse some like below:
1. One
・Uno
・Ichi
2. Two
・Dos
・NiiIs it a specification limit or am I writing wrong?
- This topic was modified 8 years, 1 month ago by . Reason: code block didn't work
- This topic was modified 8 years, 1 month ago by . Reason: escape tags with inline code
The page I need help with: [log in to see the link]
The topic ‘Nested markdown list doesn’t work w/ Jetpack’ is closed to new replies.