We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of spliting all strings by yourself you should use a lexer like ANTLR. This has many benefits:
markdown
The text was updated successfully, but these errors were encountered:
https://github.com/mar9000/antmark is an ANTLR markdown grammar from 8 years ago... There is a request for a standard grammar on the ANTLR repo antlr/grammars-v4#472 Also they mention this article http://roopc.net/posts/2014/markdown-cfg/ which nullifies all of this =/
Sorry, something went wrong.
if anyone is interested, there is a more or less standartized spec now and and it comes with a test suite https://commonmark.org/
No branches or pull requests
Instead of spliting all strings by yourself you should use a lexer like ANTLR.
This has many benefits:
markdown
language definition for ANTLR on the internet.The text was updated successfully, but these errors were encountered: