▲ | mcny 12 hours ago | |||||||
Since there are typist folks here, how do you work with hash and dollar signs? If I want to write C# on my resume, I do C`#` but there has to be a better way? | ||||||||
▲ | ithkuil 12 hours ago | parent | next [-] | |||||||
I'm not a typst user but from a quick look at the language you should be able to type C\# You can also write a macro #let csharp = [C\#] And then use it as #csharp | ||||||||
| ||||||||
▲ | tcfhgj 12 hours ago | parent | prev [-] | |||||||
C\# |