##// END OF EJS Templates
Fix markdown rendering with inline maths...
Fix markdown rendering with inline maths The mistune 'text' regex was capturing into math expressions in some cases. The fix was to modify it to stop at a $ sign, giving the inline math regex a chance to capture that. Closes gh-6724
Thomas Kluyver -
r18396:1325ac15
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / filters
tests
__init__.py Loading ...
ansi.py Loading ...
citation.py Loading ...
datatypefilter.py Loading ...
highlight.py Loading ...
latex.py Loading ...
markdown.py Loading ...
marked.js Loading ...
strings.py Loading ...