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
This is caused by marked's mangle option (or rather by svelte-markdown not handling it properly). As a workaround you can disable mangling:
<SvelteMarkdownoptions={{mangle: false}}/>
I think you could also replace the link renderer with one that inserts the mangled values as HTML (like {@html varName}). Grain of salt though, I didn't test this.
This is the input for the source content:
[email protected]
This is the output:
[email@email.com](mailto:email@email.com)
The text was updated successfully, but these errors were encountered: