Fix: Do HTML se nepsala dvojdolarová matematika
This commit is contained in:
parent
f49e791807
commit
6fe4ef8aaf
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class HTMLGenerator(OutputGenerator):
|
|||
if (e.format == "InlineMath"):
|
||||
self.write(rawhtml)
|
||||
else:
|
||||
self.writeraw()
|
||||
self.writeraw(rawhtml)
|
||||
|
||||
def generate_RawInline(self, e: RawInline):
|
||||
if e.format == "html":
|
||||
|
|
Loading…
Reference in a new issue