Skip to content
Snippets Groups Projects
Commit d2eac13a authored by Goik Martin's avatar Goik Martin
Browse files

MathML for ILIAS

parent 35bcf014
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,11 @@
</xsl:template>
-->
<xsl:template match="db:informalequation">
<xsl:copy-of select="m:math"/>
</xsl:template>
<xsl:template match="db:programlisting">
<pre style="width: fit-content; border-radius: 10px; padding: 5px; font-size:90%; font-family: 'Lucida Console', Monaco, monospace; background-color: #F3ECFF;">
<xsl:call-template name="syntax-highlight">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment