We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b08ddd3 + 4d82af1 commit cdfe8e7Copy full SHA for cdfe8e7
texmath.js
@@ -94,7 +94,7 @@ texmath.block = (rule) =>
94
if (parentType === 'blockquote') // remove all leading '>' inside multiline formula
95
match[1] = match[1].replace(/(\n*?^(?:\s*>)+)/gm,'');
96
// begin token
97
- let token = state.push(rule.name, 'math', 1); // 'math_block'
+ let token = state.push(rule.name, 'math', 0); // 'math_block'
98
token.block = true;
99
token.tag = rule.tag;
100
token.markup = '';
0 commit comments