aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-12 10:08:34 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-12 10:08:34 +0100
commitcf0a1b2034dc2ceced000f77d64c82b6e9d3f19e (patch)
treed84f908d62eb04d76910c89ad1785dae46fb85e1
parent62becc1536fa138a142ba48509c6a29b981b8ed1 (diff)
downloadpandoc-cf0a1b2034dc2ceced000f77d64c82b6e9d3f19e.tar.gz
MANUAL: Small clarification in YAML metadata section.
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 07a355f51..e74ca9ad7 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2551,7 +2551,7 @@ Note that YAML escaping rules must be followed. Thus, for example,
if a title contains a colon, it must be quoted. The pipe character
(`|`) can be used to begin an indented block that will be interpreted
literally, without need for escaping. This form is necessary
-when the field contains blank lines:
+when the field contains blank lines or block-level formatting:
---
title: 'This is the title: it contains a colon'