diff --git a/nbconvert/filters/markdown_mistune.py b/nbconvert/filters/markdown_mistune.py index 02ab346e0..10da0eb20 100644 --- a/nbconvert/filters/markdown_mistune.py +++ b/nbconvert/filters/markdown_mistune.py @@ -119,7 +119,9 @@ class MathInlineParser(InlineParser): # Display math mode, using newer LaTeX delimiter: \[ \pi \] BLOCK_MATH_LATEX = _dotall(r"(?.*?)(?.+?)(?[^$\\\s]+?)(?.*?)(?