Numeric list does not add new lines for it's numbered parts.
See original GitHub issue🐛 Bug Report
Prerequisites
- [x ] I’m using the latest version of Docusaurus.
- I have tried the
npm run clearoryarn clearcommand. - I have tried
rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages. - I have tried creating a repro with https://new.docusaurus.io
- I have read the console error message carefully (if applicable)
Description
Docusaurus promise to support markdown with numeric lists, but does not.
Expected behavior
Each position of numeric list starts from new line.
Actual behavior
Numeric list is inlined in one mash text passage.
Reproducible demo
Open example and go from main menu to “Numeric list bug” https://stackblitz.com/edit/github-mznvzm?file=docs/numeric-list-bug.md
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
A multilevel numbered list changes when you paste a list into ...
Describes an issue that multilevel numbered list changes when you paste list into new document in Word. A workaround is provided.
Read more >How to add a new section to a numbered list in MS Word?
Right-click on the number beside heading (still incorrect) and choose "Continue Numbering". This will add this heading to existing list. Share.
Read more >Every new line add a numbered list UITextView - Stack Overflow
The code I just posted adds a numbered list which increases by 1 every new line. Now, if you try adding a new...
Read more >google docs - Numbered lists don't work with line breaks
Holding Shift + Enter to create a new line preserves the numeric context.
Read more >4 Ways to Create Numbered Lists in Excel - My Workspace's Site
Create static or dynamic numbered columns to accompany your lists in ... lists that change when items are added or deleted from the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

My apologies, I misunderstood your answers at first and thought you said that numeric lists are not supported completely.
Syntax with period works. Thank you for your patience.
But the doc link you posted didn’t say that
1)is valid?