aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-02 10:14:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-02 10:14:37 -0800
commit1bbbd5fad349624148779dbc08a9b00332afc1f4 (patch)
treec5fcd57d6afae32c60e1c8131c15f240577c1b00
parent4ab2a46bdcb7337ca6e23037e53b1dc88b2d2240 (diff)
downloadpandoc-1bbbd5fad349624148779dbc08a9b00332afc1f4.tar.gz
Manual: make it clear that `hard_line_breaks` works in gfm.
See #5195.
-rw-r--r--MANUAL.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a81720eb5..9c1f2f9a2 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4245,10 +4245,10 @@ We also support `commonmark` and `gfm` (GitHub-Flavored Markdown,
which is implemented as a set of extensions on `commonmark`).
Note, however, that `commonmark` and `gfm` have limited support
-for extensions. Only those listed below (and `smart` and
-`raw_tex`) will work. The extensions can, however, all be
-individually disabled.
-Also, `raw_tex` only affects `gfm` output, not input.
+for extensions. Only those listed below (and `smart`,
+`raw_tex`, and `hard_line_breaks`) will work. The extensions
+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`,