mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
TextMatchHelper was removed — what's upgrade path? #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leotsarev on GitHub (Feb 26, 2019).
TextMatchHelper was removed in #305 by @MihaZupan
It was useful for my private extension https://github.com/joinrpg/joinrpg-net/blob/master/Joinrpg.Markdown/LinkerParser.cs
new CompactPrefixTree is internal api, and I couldn't use it and benefit from wonderful optimizations.
Could you please make it public and/or introduce another public surface for the use case?
For now, I just copied TextMatchHelper into my code.