Closed beavis closed 6 years ago
I could just change priority of litedown reference from -2 to 1 but not really sure of the collateral damage of this change, seems it breaks one test
I have updated the regular expression used to match link references to be more strict in what's accepted. It should eliminate most of those issues and make it hard for a BBCode to be accepted as a link reference. However, there are still edge cases that are particularly difficult to solve. Feel free to reopen this issue if you encounter one.
Much appreciated, thank you
Due to tag priority (I guess) whenever you use
[TAG]:whatever[/TAG]
the tag gets ignored because of litedown LinkReferences. This gets tricky when having aliases using :code: like emojis for example[quote]:+1:[/quote]
displays nothing.