We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aef85 commit 536e69fCopy full SHA for 536e69f
1 file changed
test/issue223.js
@@ -36,4 +36,10 @@ tape('displayIndent:left in HTML output', function(t) {
36
var result = element.style.marginLeft;
37
t.ok((result === expected), 'style includes a margin');
38
});
39
+ // reset configuration
40
+ mjAPI.typeset({
41
+ math: ''
42
+ }, function(){
43
+ mjAPI.config({MathJax: {displayIndent: '0em'}});
44
+ })
45
0 commit comments