www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b9e7b6898fd68a575d953000f4741ce2a24012f0
parent 429c1f6f5241c533f7c477ad75b4611417ec5b5b
Author: Tab Atkins Jr <jackalmage@gmail.com>
Date:   Thu, 27 Apr 2017 16:02:19 -0700

Rephrase displayMode description to be clearer (#648)

* Clarify meaning of true and false
* Clarify inline vs. block
Diffstat:
Msrc/Settings.js | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/Settings.js b/src/Settings.js @@ -9,8 +9,11 @@ const utils = require("./utils"); * The main Settings object * * The current options stored are: - * - displayMode: Whether the expression should be typeset by default in - * textstyle or displaystyle (default false) + * - displayMode: Whether the expression should be typeset as inline math + * (false, the default), meaning that the math starts in + * \textstyle and is placed in an inline-block); or as display + * math (true), meaning that the math starts in \displaystyle + * and is placed in a block with vertical margin. */ function Settings(options) { // allow null options