Skip to content
Snippets Groups Projects

Master

Merged Audrey Hamelers requested to merge master into dev_k8s
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -59,7 +59,7 @@ class HTMLPreview extends React.Component {
node.attribs.class === 'f mathjax mml-math'
) {
return (
<MathJax key={node.attribs.id} math={node.children[0].data} />
<MathJax key={node.attribs.id} id={node.attribs.id} math={node.children[0].data} style={node.attribs.style} />
)
}
},