Fix: Do HTML se nepsala dvojdolarová matematika

This commit is contained in:
Jiří Kalvoda 2023-12-25 13:50:10 +01:00
parent f49e791807
commit 6fe4ef8aaf

View file

@ -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":