Hi!
When you have nested formatting in markdown without spaces after (like *He**ll**o*), pandoc generates invalid Typst syntax with extra semicolons where there shouldn't be any.
Example:
echo "*He**ll**o*" | pandoc -t typst
Actual output:
Should be:
The same happens when we nest emph within strong.