summaryrefslogtreecommitdiffhomepage
path: root/yaml.html.markdown
diff options
context:
space:
mode:
authorDimitri Kokkonis <kokkonisd@gmail.com>2019-08-06 12:40:31 +0200
committerGitHub <noreply@github.com>2019-08-06 12:40:31 +0200
commit922fc494bcce6cb53d80a5c2c9c039a480c82c1f (patch)
treea62b6e194db73630bfed43301b1c130d52f9dbba /yaml.html.markdown
parent5710394756a426255d2dc81d2d342e9786ac2c1b (diff)
parent2f0b904f6ffe68d15fedf7e50a3a64e1a47a9145 (diff)
Merge pull request #1 from adambard/master
Update fork
Diffstat (limited to 'yaml.html.markdown')
-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 '>').