aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authormb21 <mb21@users.noreply.github.com>2019-10-13 20:05:57 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-14 08:47:40 -0700
commitbfbff3106d14765950c68f772d04637b8a0b177b (patch)
tree6a84c50f8246f5bd93b2d52858dd9ca836d5f8ad /MANUAL.txt
parentb976486f1fa3ee4ae123800fa5a4d3cd1c3ba877 (diff)
downloadpandoc-bfbff3106d14765950c68f772d04637b8a0b177b.tar.gz
KaTeX math: respect classoption=fleqn variable
closes #5815
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index f98a17fbc..9ac9faadd 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1988,6 +1988,12 @@ ODT or pptx.
[Unicode Bidirectional Algorithm]: http://www.w3.org/International/articles/inline-bidi-markup/uba-basics
[Language subtag lookup]: https://r12a.github.io/app-subtags/
+### Variables for HTML math
+
+`classoption`
+: when using [KaTeX](#option--katex), you can render display math equations
+ flush left using [YAML metadata](#layout) or with `-M classoption=fleqn`.
+
### Variables for HTML slides
These affect HTML output when [producing slide shows with pandoc].