You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This issue is that my copy tag gets mistaken for on image when placing a ! character before the closing tag.
Since it is parsed after Italic it should be parsed before images. If I set it to be before image it gets interpreted as a link.
I don't see what else can be done on my end to fix this.
There seems to be a conflict between my custom inline parser and image tags.
This is my code:
This issue is that my copy tag gets mistaken for on image when placing a
!character before the closing tag.Since it is parsed after Italic it should be parsed before images. If I set it to be before image it gets interpreted as a link.
I don't see what else can be done on my end to fix this.
Here are some screenshots of the behaviour:

