mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: raw string literal
|
||||
reference: https://go.dev/ref/spec#String_literals
|
||||
---
|
||||
|
||||
A _raw string literal_ is a character sequences 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.
|
Reference in New Issue
Block a user