-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3rd level lists become 2nd level ul lists. #254
Comments
I think that this is not itended because 3rd level lists should be 3rd level lists ; lists should be considered as third level ones starting from the 4th level, no? However, if it is the expected behaviour, I personally think that 2 is not enough and we should also add an option to allow the user to choose its own maximum nesting level. |
From #115, looks like |
|
Are you trying to fix a GitHub markdown issue by getting it fixed in Redcarpet? GitHub doesn't use Redcarpet, unless you mean something else. |
(I also didn't mean that |
Last I heard, GitHub was still using RedCarpet. 2-3 levels is extremely low, also I question the reasoning behind not allowing arbitrary nesting. To my knowledge, no other markdown parser has had issues with arbitrarily nested lists. |
GitHub is no longer using Redcarpet. They're using something different now On Wed, May 29, 2013 at 7:16 PM, Postmodern notifications@github.comwrote:
|
@mattr- Ah. Still, they are using RedCarpet's code-base. Not sure if they pull in upstream patches from RedCarpet. |
I might be missing something, but I was able to get a 3rd level nesting by adding an additional tab on 3rd level content. See here: |
Any updates on this? I'm also running into this issue. |
Ran into this issue on olivierlacan/keep-a-changelog#38 @robin850 I'd love to help on this. |
Interestingly GitHub's Markdown parser deals with nested lists properly. @vmg any time to share? 😄 |
@olivierlacan GitHub hasn't used Redcarpet in production for a long time. See #212. |
I noticed that 3rd level nested lists are emitted as 2nd level
<ul>
lists.Tested on RedCarpet 2.2.2 and 2.3.0. Kramdown correctly nests 3rd nested level lists.
The text was updated successfully, but these errors were encountered: