mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 13:56:56 +00:00
Autolinks match inside code blocks #287
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 @Tyrrrz on GitHub (Apr 5, 2019).
Autolinks shouldn't match on text inside inline or fenced code blocks.
GitHub's behavior:
Normal: https://www.google.com/
Inline:
https://www.google.com/Fenced:
@MihaZupan commented on GitHub (Apr 5, 2019):
As far as I can tell, that's exactly what Markdig is doing
See babelmark
@Tyrrrz commented on GitHub (Apr 5, 2019):
This is embarrassing. You are right, sorry. This was caused by a client-side library. 😳