TSMarkdownParser
TSMarkdownParser copied to clipboard
Reference-style links
The parser currently does not support reference-style links. Is there any plan to support that syntax?
No, I do not have plan to support it in the near future, as it is not doable with regex. A grammar parser/lexer would be needed, so basically a totally different implementation.
It could be done with regex, but with multiple passes, which is not desired most of the time.
This is [an example] id reference-style link.
Bah... I did multiple passes already for CodeEscaping... so I guess I can do it for reference-style links.
Let me try to work on it for version 3.0.0.
@Coeur What's your status with this feature? Need any help?
Will release it this weekend.
@Coeur Any news?
I'm so sorry. As you noticed, I didn't work for a few months.
@Coeur Did you make some progress? Could you publish your current version so I can finish it if you don't have the time?