aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-18 15:17:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-19 22:51:59 -0700
commitd6b7b1dc772249e9a1b56bcdd4ae816cc54edb51 (patch)
tree59c29c5daecd6897d8756a1b04b53bcf382aff6d /MANUAL.txt
parenta63105fffffeea18bb258f31f6fdf2e2d3730eaa (diff)
downloadpandoc-d6b7b1dc772249e9a1b56bcdd4ae816cc54edb51.tar.gz
Remove use of cmark-gfm for commonmark/gfm rendering.
Instead rely on the markdown writer with appropriate extensions. Export writeCommonMark variant from Markdown writer. This changes a few small things in rendering markdown, e.g. w/r/t requiring backslashes before spaces inside super/subscripts.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 973590945..7ed69b09d 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -5164,7 +5164,8 @@ can, however, all be 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`, `native_divs`,
+ `fenced_code_blocks`, `auto_identifiers`,
`gfm_auto_identifiers`, `backtick_code_blocks`,
`autolink_bare_uris`, `space_in_atx_header`,
`intraword_underscores`, `strikeout`, `task_lists`, `emoji`,