astrale-sharp / typstfmt

Apache License 2.0
253 stars 25 forks source link

Email addresses are not handled correctly #100

Closed ondohotola closed 1 year ago

ondohotola commented 1 year ago

If I have inside the text something like user\@host.TLD, typstfmt inserts a space before the @ sign, to result in user \@host.TLD.

#link("user@host.TLD") is handled correctly and results in user@host.TLD

In the PDF the former (without the inserted space) will also generate a clickable link and it does mess with lines containing something like slogin -C user\@host.TLD

astrale-sharp commented 1 year ago

Have you tried that on master? it should already be fixed ;)

ondohotola commented 1 year ago

I have no idea what that means, but can wait for the next release to the package system :-)-O

astrale-sharp commented 1 year ago

I can explain if you'd like!

If you tried on vscode, you have an old version, the last version is called "master version" and is what we need to work on

then later, the latest version is updated in vscode!

astrale-sharp commented 1 year ago

On this latest version, the bug you reported is already fixed (I double checked ;)) So if you have no more doubts or questions, you may go ahead and close this issue!

ondohotola commented 1 year ago

I use Sublime Text and the plain package version.

This is a very cool and very helpful package, by the way, thank you very much.

astrale-sharp commented 1 year ago

Thank you for appreciating my work :heart: