pngwn / MDsveX

A markdown preprocessor for Svelte.
https://mdsvex.pngwn.io
MIT License
2.27k stars 96 forks source link

https://somelink.com. captures dot at the end as part of the url if there is a symbol after dot #567

Open PerchunPak opened 4 months ago

PerchunPak commented 4 months ago
// +page.svx
https://example.com. A

transforms into

image

<p>
  <a href="https://example.com." rel="nofollow" data-svelte-h="svelte-q532h2">https://example.com.</a> A
</p>

see https://www.sveltelab.dev/x05e6ql81ohbs5q