Title: Nested markdown list doesn&#8217;t work w/ Jetpack
Last modified: May 10, 2018

---

# Nested markdown list doesn’t work w/ Jetpack

 *  Resolved [keinos](https://wordpress.org/support/users/keinos/)
 * (@keinos)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/nested-markdown-list-doesnt-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 – Nii
 * The markdown above Jetpack parses as below:
 * >  1. One
   >  2. Uno 3. Ichi 4. Two 5. Dos 6. Nii
 * And I believe that it has to parse some like below:
 * >  1. One
   >  ・Uno ・Ichi 2. Two ・Dos ・Nii
 * Is it a specification limit or am I writing wrong?
    -  This topic was modified 8 years, 1 month ago by [keinos](https://wordpress.org/support/users/keinos/).
      Reason: code block didn't work
    -  This topic was modified 8 years, 1 month ago by [keinos](https://wordpress.org/support/users/keinos/).
      Reason: escape tags with inline code
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnested-markdown-list-doesnt-work-w-jetpack%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Tracy](https://wordpress.org/support/users/tmmbecker/)
 * (@tmmbecker)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/nested-markdown-list-doesnt-work-w-jetpack/#post-10278413)
 * [@keinos](https://wordpress.org/support/users/keinos/) It seems that Jetpack’s
   Markdown feature doesn’t work in the same way as WP Markdown. When nesting an
   unordered list inside an ordered list in WordPress core, you’ll see this same
   restart to the numbering.
 * Jetpack’s Markdown module simply overlays markdown capabilities on top of WordPress
   core functionality, so this is expected behavior.
 * If you’re able to nest and unordered list properly inside an ordered list with
   WP Markdown, then that would be a better option for you in this case.
 * I hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Nested markdown list doesn’t work w/ Jetpack’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tracy](https://wordpress.org/support/users/tmmbecker/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/nested-markdown-list-doesnt-work-w-jetpack/#post-10278413)
 * Status: resolved