summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-13 23:18:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-13 23:18:38 -0700
commit28d2cd033ea4b69ef9e53e8e7d9bedf646e4e8d9 (patch)
tree2736e959acbd59175300bf738a53ebe7c4558660
parent24ee1ab4f739d9f89e3d2741d841a99ebaaafabf (diff)
README: document which formats have `shortcut_reference_links`.
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 9afacf637..4fd495c74 100644
--- a/README
+++ b/README
@@ -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`