1 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
5 from ..base import WLElement
9 def html_build(self, builder):
12 e.attrib['xmlns'] = 'http://www.w3.org/1998/Math/MathML'
13 builder.cursor.append(e)
15 def epub_build(self, builder):
16 builder.start_element('img', {"src": builder.mathml(self)})