Skip to content
Snippets Groups Projects
Commit 0d64da48 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Configure mermaid to not render HTML content in diagrams

(cherry picked from commit f2e9f22f7d3d84abeea5ba2918ee5ffcc55f2dad)

Conflicts:
	app/assets/javascripts/behaviors/markdown/render_mermaid.js
parent 58161315
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,6 +25,9 @@ export default function renderMermaid($els) {
},
// mermaidAPI options
theme: 'neutral',
flowchart: {
htmlLabels: false,
},
});
 
$els.each((i, el) => {
Loading
Loading
---
title: Configure mermaid to not render HTML content in diagrams
merge_request:
author:
type: security
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