Commit a4b8e22f authored by Mike Greiling's avatar Mike Greiling

Merge branch 'blackst0ne-bump-mermaid' into 'master'

Bump mermaid to 8.0.0-rc.8

Closes #52601, #50105, and #40470

See merge request gitlab-org/gitlab-ce!22509
parents 9fe46d37 f247d2b5
......@@ -17,7 +17,7 @@ import flash from '~/flash';
export default function renderMermaid($els) {
if (!$els.length) return;
import(/* webpackChunkName: 'mermaid' */ 'blackst0ne-mermaid')
import(/* webpackChunkName: 'mermaid' */ 'mermaid')
.then(mermaid => {
mermaid.initialize({
// mermaid core options
......
---
title: Bump mermaid to 8.0.0-rc.8
merge_request: 22509
author: "@blackst0ne"
type: changed
This diff is collapsed.
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