##// 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

File last commit:

r12505:1cf4e29e
r18396:1325ac15
Show More
__init__.py
7 lines | 167 B | text/x-python | PythonLexer
from .ansi import *
from .citation import *
from .datatypefilter import *
from .highlight import *
from .latex import *
from .markdown import *
from .strings import *