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

Incorrectly matching certain comment lines as a labeled list item #524

Closed
mojavelinux opened this issue Jul 30, 2013 · 0 comments
Closed
Assignees
Milestone

Comments

@mojavelinux
Copy link
Member

As reported in #167, the parser is incorrectly matching comment lines that fit the labeled list item regexp.

For example:

* item

//::
== Section

In this scenario, the //:: is seen as a labeled list item and thus prevents the section title from being processed correctly.

The labeled list item needs to ignore comment lines.

@ghost ghost assigned mojavelinux Jul 30, 2013
mojavelinux added a commit that referenced this issue Jul 31, 2013
resolves #524 ignore comment lines when matching labeled list item
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