summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-04 10:29:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-04 10:29:27 -0800
commitc58ecde93737aa68bd5dda9c4c72193dcaab3cf0 (patch)
tree4b41bed8a3d94d5fc9739f1a0e76574117178497
parented261e58320038601ec37a78cb5fe94f2013ca66 (diff)
MANUAL: note on extensions in gfm.
-rw-r--r--MANUAL.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index c1e8aa7a0..5d5e9ccdb 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3860,8 +3860,9 @@ extensions on `commonmark`:
These can all be individually disabled. Note, however, that
`commonmark` and `gfm` have limited support for extensions:
- extensions other than those listed above (and `smart`) will have
- no effect on `commonmark` or `gfm`.
+ extensions other than those listed above (and `smart` and
+ `raw_tex`) will have no effect on `commonmark` or `gfm`.
+ And `raw_tex` only affects `gfm` output, not input.
Extensions with formats other than Markdown
-------------------------------------------