#Type a hashtag(#)
4 messages · Page 1 of 1 (latest)
?render \#
Add a backslash before the symbol to escape it. That way you can use symbols that would otherwise be interpreted as a special symbol
4 messages · Page 1 of 1 (latest)
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?
?render \#
Add a backslash before the symbol to escape it. That way you can use symbols that would otherwise be interpreted as a special symbol