Redesign UI
This commit is contained in:
parent
516646ae85
commit
881c165ef5
18 changed files with 569 additions and 286 deletions
|
@ -64,4 +64,4 @@ class MathRenderer(mistune.Renderer):
|
|||
def math(self, math):
|
||||
if self.mathoid is None or not math:
|
||||
return r'\(%s\)' % mistune.escape(str(math))
|
||||
return self.mathoid.inline_math(math)
|
||||
return self.mathoid.inline_math(math)
|
Loading…
Add table
Add a link
Reference in a new issue