diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-01-12 16:46:25 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-01-13 00:13:46 -0800 |
commit | 68b438b1b8a4fb56a79db020770cf71394fbc214 (patch) | |
tree | be35d1a8c77e2fe7dc0c7c0f98c9810d2a91b9fe /README | |
parent | 6ec936c326e79018ebfc90b889fccfdba298eb1d (diff) | |
download | pandoc-68b438b1b8a4fb56a79db020770cf71394fbc214.tar.gz |
Removed obsolete README note about mmd title blocks.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2521,10 +2521,9 @@ the document, for example: Comment: This is a sample mmd title block, with a field spanning multiple lines. -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` or `yaml_metadata_block` is enabled, -it will take precedence over `mmd_title_block`. +See the MultiMarkdown documentation for details. If `pandoc_title_block` or +`yaml_metadata_block` is enabled, it will take precedence over +`mmd_title_block`. [MultiMarkdown]: http://fletcherpenney.net/multimarkdown/ |