Bläddra i källkod

Fix under-documented MathJax indentation option

* lisp/org/ox-html.el (org-html-mathjax-options): Add an example of a
valid value for the 'indent' MathJax option the docstring.
Rudolf Adamkovič 2 år sedan
förälder
incheckning
710b6ca70e
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      lisp/ox-html.el

+ 2 - 1
lisp/ox-html.el

@@ -1184,7 +1184,8 @@ font          The font to use with HTML-CSS and SVG output.  As of MathJax 2.5
               \"Gyre-Termes\", and \"Latin-Modern\".
               \"Gyre-Termes\", and \"Latin-Modern\".
 linebreaks    Let MathJax perform automatic linebreaks.  Valid values
 linebreaks    Let MathJax perform automatic linebreaks.  Valid values
               are \"true\" and \"false\".
               are \"true\" and \"false\".
-indent        If align is not center, how far from the left/right side?
+indent        If align is not center, how far from the left/right side?  For
+              example, \"1em\".
 multlinewidth The width of the multline environment.
 multlinewidth The width of the multline environment.
 autonumber    How to number equations.  Valid values are \"none\",
 autonumber    How to number equations.  Valid values are \"none\",
               \"all\" and \"AMS\".
               \"all\" and \"AMS\".