Nested Markdown bullets seem to be misbehaving
See original GitHub issueWhen nesting bullets, the preview appears correctly but upon hitting “Submit”, they revert back to unnested bullets. Here’s what I’m trying to write:
Below are a few points:
- point 1
* subpoint 1
* subpoint 2
- point 2
Here’s what the preview section shows:
And here’s what gets rendered upon submission of the proposal:
Numbers seem to revert back to unordered bullets too.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Markdown nested lists deeper than two levels don't get indented.
Today, I committed some markdown that uses multiple levels of nesting and it does not behave as expected. Every second level of nesting...
Read more >Markdown Tutorial - Nested Lists - CommonMark
To nest one list within another, indent each item in the sublist by four spaces. You can also nest other elements like paragraphs,...
Read more >Mixed RTL and LTR - Feature requests - Obsidian Forum
Yes, it seems there is a little problem in Editor with nested RTL bullet points that some times happens & some times don't....
Read more >Turn off Markdown list numbering on enter : IDEA-274684
Support feedback: In IDEA 2021.2, creating a numbered list is now auto incrementing the number in the .md file each time a new...
Read more >Nested numbered list indentation differs from bullet lists - GitLab
Summary Writing Markdown lists differs between bullets and numbered lists: Steps to ... It seems that the words have the same indentation ....
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 FreeTop 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
Top GitHub Comments
@ananyo2012 Probably a bug because it seems to show up fine in the preview – what’s actually rendered is different, however.
Markdown takes 4 spaces for nesting bullets. I guess this isn’t actually a bug. @pradyunsg Can you verify ?