Skip to content
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

Markdown multilevel lists aren't recognized correctly #73

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

Markdown multilevel lists aren't recognized correctly #73

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

According to Documentation/markdown.md, a second outline level only needs to be 
indented more than the parent level. However, it seems something like the 
following isn't correctly recognized:

-------
* foo
* bar
  * baz
  * quux
-------

Note that only two spaces were used above. Increasing the indent to 4 spaces 
results in correctly recognized sublists.

Original issue reported on code.google.com by asanka@chromium.org on 18 Mar 2015 at 8:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant