diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-01-16 19:07:21 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-01-16 19:07:21 -0800 |
commit | 19aa1639041a36894033e16dd4df5caae3f08564 (patch) | |
tree | d50bc691456a975dddbc34bdc752165057c820bb | |
parent | b158b3fb2182b5c8a6f03759277f4f73cdc24797 (diff) | |
download | pandoc-19aa1639041a36894033e16dd4df5caae3f08564.tar.gz |
Updated extensions in README.
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2352,6 +2352,15 @@ simply skipped (as opposed to being parsed as paragraphs). Makes all absolute URIs into links, even when not surrounded by pointy braces `<...>`. +**Extension: `link_attributes`**\ +Parses multimarkdown style key-value attributes on link and image references. +Note that pandoc's internal document model provides nowhere to put +these, so they are presently just ignored. + +**Extension: `mmd_header_identifiers`**\ +Parses multimarkdown style header identifiers (in square brackets, +after the header but before any trailing `#`s in an ATX header). + Producing slide shows with Pandoc ================================= |