diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 23:18:38 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 23:18:38 -0700 |
commit | 28d2cd033ea4b69ef9e53e8e7d9bedf646e4e8d9 (patch) | |
tree | 2736e959acbd59175300bf738a53ebe7c4558660 | |
parent | 24ee1ab4f739d9f89e3d2741d841a99ebaaafabf (diff) | |
download | pandoc-28d2cd033ea4b69ef9e53e8e7d9bedf646e4e8d9.tar.gz |
README: document which formats have `shortcut_reference_links`.
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2944,20 +2944,22 @@ 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`. + `header_attributes`, `abbreviations`, `shortcut_reference_links`. `markdown_github` (GitHub-flavored Markdown) : `pipe_tables`, `raw_html`, `tex_math_single_backslash`, `fenced_code_blocks`, `auto_identifiers`, `ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`, - `intraword_underscores`, `strikeout`, `hard_line_breaks` + `intraword_underscores`, `strikeout`, `hard_line_breaks`, + `shortcut_reference_links`. `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` + `auto_identifiers`, `mmd_header_identifiers`, + `shortcut_reference_links`. `markdown_strict` (Markdown.pl) : `raw_html` |