-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
Abbreviation matching #296
Comments
You can go ahead with what you think is more relevant/safe/consistent. The |
I've written a version of TextMatchHelper as a CompactPrefixTree. |
Yeah, you can port it, I would like to avoid any dependencies. |
I've been looking at the
AbbreviationParser
and came accross this discrepancy between different versions.As a side-note, markdig currently doesn't match at all in cases like this due to how the
TextMatchHelper
works internally.I'd be happy to fix this, just wanted to hear your thoughts on the commonmark issue first.
The text was updated successfully, but these errors were encountered: