aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-07-02 20:54:30 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-07-02 20:54:30 -0700
commit3cd62d7c35ab4b3f9781c63275c8d17619d308dd (patch)
treeb34a4a77fa01e750ad2145e823f9f9bb2c55d7ec /README
parent0da863f951e02e061d1112b50ece6b346bb0035d (diff)
downloadpandoc-3cd62d7c35ab4b3f9781c63275c8d17619d308dd.tar.gz
Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 4db74fdd1..ea7f19477 100644
--- a/README
+++ b/README
@@ -1775,6 +1775,12 @@ will also have "Pandoc User Manuals" in the footer.
will also have "Version 4.0" in the header.
+YAML metadata block
+-------------------
+
+**Extension: `yaml_metadata_block`**
+
+TODO
Backslash escapes
-----------------
@@ -2401,8 +2407,8 @@ the document, for example:
See the MultiMarkdown documentation for details. Note that only title,
author, and date are recognized; other fields are simply ignored by
-pandoc. If `pandoc_title_block` is enabled, it will take precedence over
-`mmd_title_block`.
+pandoc. If `pandoc_title_block` or `yaml_metadata_block` is enabled,
+it will take precedence over `mmd_title_block`.
[MultiMarkdown]: http://fletcherpenney.net/multimarkdown/