#Type a hashtag(#)

4 messages · Page 1 of 1 (latest)

pseudo bluff
#

Hi, I have a maybe stupid question: how to type a literal hashtag "#" in Typst?

'#' seems to be a special symbol. Does Typst have a mechanism similar to adding a "" to comment on the '#' in Latex?

vagrant gust
#

?render \#

soft socketBOT
vagrant gust
#

Add a backslash before the symbol to escape it. That way you can use symbols that would otherwise be interpreted as a special symbol