content
content copied to clipboard
Markdown Ordered Lists does not work
Version
@nuxt/content: latest nuxt: latest
Reproduction Link
Steps to reproduce
- git clone https://github.com/nuxtlabs/demo-blog-nuxt-content.git
- Open http://localhost:3000/blog/some-interesting-title
- 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?
- First item
- Second item
- Third item
- Indented item
- Indented item
- 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

"@nuxt/content": "1.10.0",
"nuxt": "2.14.7"
looks good
same here. please keep me posted when this is resolved. thanks!
"@nuxt/content": "1.14.0", "nuxt": "2.15.3"
I ran into this problem too, but then I realized that it was only tailwind that disabled list formatting