content icon indicating copy to clipboard operation
content copied to clipboard

Markdown Ordered Lists does not work

Open openHacking opened this issue 3 years ago • 3 comments

Version

@nuxt/content: latest nuxt: latest

Reproduction Link

Steps to reproduce

  1. git clone https://github.com/nuxtlabs/demo-blog-nuxt-content.git
  2. Open http://localhost:3000/blog/some-interesting-title
  3. Modify the content of the article and add the following content
1. First item
2. Second item
3. Third item
     1. Indented item
     2. Indented item
4. Fourth item

- First item
- Second item
- Third item
     - Indented item
     - Indented item
- Fourth item

What is Expected?

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item
  • First item
  • Second item
  • Third item
    • Indented item
    • Indented item
  • Fourth item

What is actually happening?

The rendering result does not show the list sort number image

openHacking avatar Mar 12 '21 15:03 openHacking

"@nuxt/content": "1.10.0",
"nuxt": "2.14.7"

looks good

openHacking avatar Mar 12 '21 15:03 openHacking

same here. please keep me posted when this is resolved. thanks!

"@nuxt/content": "1.14.0", "nuxt": "2.15.3"

408796571 avatar Apr 18 '21 03:04 408796571

I ran into this problem too, but then I realized that it was only tailwind that disabled list formatting

kpeter1994 avatar Apr 14 '24 16:04 kpeter1994