Skip to content
Snippets Groups Projects
Commit 37c2968d authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Slightly changed rendering behavior of KaTeX.

parent b19b0f95
No related branches found
No related tags found
1 merge request!3Master into new editor
Pipeline #56810 passed
......@@ -42,9 +42,7 @@ function MediaArea({ description, image, video, references }: MediaAreaProps) {
<span
key={idx}
dangerouslySetInnerHTML={{
__html: katex.renderToString(textObj.data, {
output: "html",
}),
__html: katex.renderToString(textObj.data),
}}
></span>
);
......
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