Ramiro Garay
Ramiro Garay
Thank you @fukaraadam! I will happily study your template.
You can use a single-quoted code block as is described here: https://typst.app/docs/reference/text/raw/ . Just like in a triple-quoted code block, escape sequences are disabled: Input ``` `Hey look, no escape...
I see your point now. `regex` only takes a string, so trying ```regex(`\\`)``` does not even work: ``` error: expected string, found content ┌─ hello.typ:27:7 │ 27 │ #regex(`\\`) │...
I just tested with an NFT and it seems to match on the token name (hex-encoded). It might be a good idea to fix the documentation.