summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2019-08-03 00:40:48 +0530
committerGitHub <noreply@github.com>2019-08-03 00:40:48 +0530
commitd84b88b4256e4dda83e6e5f036057819507e3f42 (patch)
treefbcc830cf05847f71eacdbb09d70d844248993a4
parent399d1721550a2323c2604e5db706898a16f854a7 (diff)
parentf2b4df9a8e57406212101fc17be05c1a5858a1b3 (diff)
Merge pull request #3561 from peteruithoven/yaml-utf
[yaml/en] UTF-8/16/32 characters need to be encoded
-rw-r--r--yaml.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/yaml.html.markdown b/yaml.html.markdown
index 09c5dfc5..f1393c09 100644
--- a/yaml.html.markdown
+++ b/yaml.html.markdown
@@ -38,6 +38,8 @@ however: 'A string, enclosed in quotes.'
'Keys can be quoted too.': "Useful if you want to put a ':' in your key."
single quotes: 'have ''one'' escape pattern'
double quotes: "have many: \", \0, \t, \u263A, \x0d\x0a == \r\n, and more."
+# UTF-8/16/32 characters need to be encoded
+Superscript two: \u00B2
# Multiple-line strings can be written either as a 'literal block' (using |),
# or a 'folded block' (using '>').