typstfmt
typstfmt copied to clipboard
bold + comment ends up creating incorrect typst code
[x] I have tested with the master version of typstfmt and not just typst-lsp
Describe the bug
Formatting with comments and bold end up creating *//
symbols that are not correct typst code
To Reproduce Format the following file
start *test and
going on
and on*
//comment and on
and obtain
start *test and going on and on*//comment and on
that won't compile because of the *//