diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2018-07-19 22:09:26 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-19 13:09:26 -0700 |
commit | 640814ac75da3f54822f12c013afdaef04163a27 (patch) | |
tree | f526d66e35eed3ac3f97fa528d581f3f5e2ec6e3 | |
parent | 3efcf2c95a5734fe9bbac0b9169625ca2e0f6cf2 (diff) | |
download | pandoc-640814ac75da3f54822f12c013afdaef04163a27.tar.gz |
MANUAL: clarify gfm vs markdown_github (#4783)
-rw-r--r-- | MANUAL.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index c50d348ac..cedfe3cb7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -225,9 +225,9 @@ General options - `epub` ([EPUB]) - `fb2` ([FictionBook2] e-book) - `gfm` ([GitHub-Flavored Markdown]), - or `markdown_github`, which provides deprecated and less accurate - support for Github-Flavored Markdown; please use `gfm` instead, - unless you need to use extensions other than `smart`. + or the deprecated and less accurate `markdown_github`; + use [`markdown_github`](#markdown-variants) only + if you need extensions not supported in [`gfm`](#markdown-variants). - `haddock` ([Haddock markup]) - `html` ([HTML]) - `jats` ([JATS] XML) @@ -274,9 +274,9 @@ General options - `epub2` (EPUB v2) - `fb2` ([FictionBook2] e-book) - `gfm` ([GitHub-Flavored Markdown]), - or `markdown_github`, which provides deprecated and less accurate - support for Github-Flavored Markdown; please use `gfm` instead, - unless you use extensions that do not work with `gfm`. + or the deprecated and less accurate `markdown_github`; + use [`markdown_github`](#markdown-variants) only + if you need extensions not supported in [`gfm`](#markdown-variants). - `haddock` ([Haddock markup]) - `html` or `html5` ([HTML], i.e. [HTML5]/XHTML [polyglot markup]) - `html4` ([XHTML] 1.0 Transitional) @@ -4186,7 +4186,7 @@ individually disabled. Also, `raw_tex` only affects `gfm` output, not input. `gfm` (GitHub-Flavored Markdown) -: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `auto_identifiers`, +: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `gfm_auto_identifiers`, `ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`, `intraword_underscores`, `strikeout`, `hard_line_breaks`, `emoji`, `shortcut_reference_links`, `angle_brackets_escapable`. |