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

[v3] Nested lists are not parsed correctly #102

Closed
tiagoroldao opened this issue Nov 17, 2017 · 1 comment
Closed

[v3] Nested lists are not parsed correctly #102

tiagoroldao opened this issue Nov 17, 2017 · 1 comment

Comments

@tiagoroldao
Copy link
Contributor

The nested list behavior seems broken when using remark-parse. This:

* list
  * subitem

Will result in the subitem being removed. Doing this:

* list

  * subitem

Will fix it.

@rexxars
Copy link
Collaborator

rexxars commented Nov 18, 2017

Released your fix in 3.0.0-rc4 - thanks! Will release a final version next week, I would think.

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

No branches or pull requests

2 participants