aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-04-23 20:38:40 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-04-23 20:41:25 -0700
commitfd36acf439e921848254924853e3185957c7fda4 (patch)
tree03f93a4e556aacddb126534208b49ef018889f30 /README
parentd0ab30f632e9097eec49878e8794cea76bd5610b (diff)
downloadpandoc-fd36acf439e921848254924853e3185957c7fda4.tar.gz
README: Documented markdown variants (which extensions they have).
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 28 insertions, 1 deletions
diff --git a/README b/README
index 59b208cf2..1d588591f 100644
--- a/README
+++ b/README
@@ -2353,7 +2353,7 @@ document with an appropriate header:
The bibliography will be inserted after this header.
Non-pandoc extensions
-=====================
+---------------------
The following markdown syntax extensions are not enabled by default
in pandoc, but may be enabled by adding `+EXTENSION` to the format
@@ -2424,6 +2424,33 @@ these, so they are presently just ignored.
Parses multimarkdown style header identifiers (in square brackets,
after the header but before any trailing `#`s in an ATX header).
+Markdown variants
+-----------------
+
+In addition to pandoc's extended markdown, the following markdown
+variants are supported:
+
+`markdown_phpextra` (PHP Markdown Extra)
+: `footnotes`, `pipe_tables`, `raw_html`, `markdown_attribute`,
+ `fenced_code_blocks`, `definition_lists`, `intraword_underscores`,
+ `header_attributes`, `abbreviations`.
+
+`markdown_github` (Github-flavored Markdown)
+: `pipe_tables`, `raw_html`, `tex_math_single_backslash`,
+ `fenced_code_blocks`, `fenced_code_attributes`, `auto_identifiers`,
+ `ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`,
+ `intraword_underscores`, `strikeout`, `hard_line_breaks`
+
+`markdown_mmd` (MultiMarkdown)
+: `pipe_tables` `raw_html`, `markdown_attribute`, `link_attributes`,
+ `raw_tex`, `tex_math_double_backslash`, `intraword_underscores`,
+ `mmd_title_block`, `footnotes`, `definition_lists`,
+ `all_symbols_escapable`, `implicit_header_references`,
+ `auto_identifiers`, `mmd_header_identifiers`
+
+`markdown_strict` (Markdown.pl)
+: `raw_html`
+
Producing slide shows with Pandoc
=================================