Back to Hugo

raw string literal

docs/content/en/quick-reference/glossary/raw-string-literal.md

0.161.1325 B
Original Source

A raw string literal is a character sequence between backticks, as in `bar`. Within the backticks, any character may appear except a backtick. Backslashes have no special meaning and the string may contain newlines. Carriage return characters (\r) inside raw string literals are discarded from the raw string value.