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

Multi-Level Lexing and Parsing #2

Open
calebkleveter opened this issue Nov 21, 2017 · 0 comments
Open

Multi-Level Lexing and Parsing #2

calebkleveter opened this issue Nov 21, 2017 · 0 comments
Milestone

Comments

@calebkleveter
Copy link
Owner

The GFM spec states that many blocks should be automatically ended if you reach the end of a container block. This could be done if you parse the container blocks first and then their contents second, along with having the proper regex pattern at the end of your pattern (ending with $).

@calebkleveter calebkleveter added this to the 2.0.0 milestone Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant