Handy-dora question

I’m new to Typst. I’m using the handy-dora package to format mahjong hands. This package is similar to the Latex mahjong package. In order to rotate and stack tiles you use a double-quote mark after the tile to be rotated and stacked. Since the Typst package uses a string argument I believe that you have to escape the double-quote like this: #mahjong("88\“8m”), but this is throwing an error: “Plugin errored with: error when parsing hand at position 2: invalid character”. Is this a problem with the plug-in or am I escaping the double-quote incorrectly?

Using the backslash for escaping like you did is correct in Typst, so seems like a missing feature or issue with the package.