Commit 83550c02 authored by Douwe Maan's avatar Douwe Maan

Merge branch...

Merge branch '33048-markdown-rendering-of-md-files-has-ceased-to-display-latex-equations' into 'master'

Fix math rendering on blob pages

Closes #33048

See merge request !11793
parents a8901ce6 6821ad96
......@@ -111,7 +111,7 @@ export default class BlobViewer {
BlobViewer.loadViewer(newViewer)
.then((viewer) => {
$(viewer).syntaxHighlight();
$(viewer).renderGFM();
this.$fileHolder.trigger('highlight:line');
gl.utils.handleLocationHash();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment