summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-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
-------------------------------------------