question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nested Markdown bullets seem to be misbehaving

See original GitHub issue

When 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: image

And here’s what gets rendered upon submission of the proposal: image

Numbers seem to revert back to unordered bullets too.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
icyphoxcommented, Mar 17, 2020

@ananyo2012 Probably a bug because it seems to show up fine in the preview – what’s actually rendered is different, however.

0reactions
ananyo2012commented, Mar 16, 2020

Markdown takes 4 spaces for nesting bullets. I guess this isn’t actually a bug. @pradyunsg Can you verify ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found