aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-02 11:03:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-02 11:03:47 -0700
commit15e1ca6441e3f2e8fd6f3c39cde409e014bcd46e (patch)
tree66f4ea3da0c313a47cd840067f03cbce68905857
parentdb972b8ea0537a33312554a557e60303d45bd855 (diff)
downloadpandoc-15e1ca6441e3f2e8fd6f3c39cde409e014bcd46e.tar.gz
Manual: clarify when macro definitions are passed as raw latex.
In Markdown input, they are always passed through. In LaTeX, only if `latex_macros` is disabled.
-rw-r--r--MANUAL.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index b15f93018..3de9e4250 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4337,8 +4337,11 @@ When `latex_macros` is disabled, the raw LaTeX and math will
not have macros applied. This is usually a better approach when
you are targeting LaTeX or PDF.
-The macro definitions will be passed through as raw LaTeX
-only if `latex_macros` is not enabled.
+Macro definitions in LaTeX will be passed through as raw LaTeX
+only if `latex_macros` is not enabled. Macro definitions in
+Markdown source (or other formats allowing `raw_tex`) will
+be passed through regardless of whether `latex_macros` is
+enabled.
## Links