diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-11-19 22:58:19 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-19 23:17:50 -0800 |
| commit | 73e2d7976c06cc6087f2c4a63538593076fb5623 (patch) | |
| tree | a9efd542f30a1e07df3b837897c07d9884f51619 /README | |
| parent | 244cd5644b44f43722530379138bd7bb9cbace9b (diff) | |
| download | pandoc-73e2d7976c06cc6087f2c4a63538593076fb5623.tar.gz | |
Renamed link attribute extensions.
* Old `link_attributes` -> `mmd_link_attributes`
* Recently added `common_link_attributes` -> `link_attributes`
Note: this change could break some existing workflows.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2917,7 +2917,7 @@ nonbreaking space after the image: \ -#### Extension: `common_link_attributes` #### +#### Extension: `link_attributes` #### Attributes can be set on links and images: @@ -3270,11 +3270,11 @@ Causes the identifiers produced by `auto_identifiers` to be pure ASCII. Accents are stripped off of accented latin letters, and non-latin letters are omitted. -#### Extension: `link_attributes` #### +#### Extension: `mmd_link_attributes` #### Parses multimarkdown style key-value attributes on link and image references. This extension should not be confused with the -[`common_link_attributes`](#extension-common_link_attributes) extension. +[`link_attributes`](#extension-link_attributes) extension. This is a reference ![image][ref] with multimarkdown attributes. @@ -3322,7 +3322,7 @@ variants are supported: `markdown_phpextra` (PHP Markdown Extra) : `footnotes`, `pipe_tables`, `raw_html`, `markdown_attribute`, `fenced_code_blocks`, `definition_lists`, `intraword_underscores`, - `header_attributes`, `common_link_attributes`, `abbreviations`, + `header_attributes`, `link_attributes`, `abbreviations`, `shortcut_reference_links`. `markdown_github` (GitHub-Flavored Markdown) @@ -3333,7 +3333,7 @@ variants are supported: `shortcut_reference_links`. `markdown_mmd` (MultiMarkdown) -: `pipe_tables` `raw_html`, `markdown_attribute`, `link_attributes`, +: `pipe_tables` `raw_html`, `markdown_attribute`, `mmd_link_attributes`, `raw_tex`, `tex_math_double_backslash`, `intraword_underscores`, `mmd_title_block`, `footnotes`, `definition_lists`, `all_symbols_escapable`, `implicit_header_references`, |
