Skip to content

Commit 2a59f07

Browse files
committed
add mermaid bundle files :/
1 parent 462852b commit 2a59f07

File tree

203 files changed

+287013
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+287013
-3
lines changed

src/Elastic.Markdown/Assets/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'htmx-ext-preload'
1111
import 'htmx.org'
1212
import {$, $$} from 'select-dom'
1313
import {UAParser} from 'ua-parser-js'
14-
import mermaid from 'mermaid'
14+
import mermaid from 'mermaid/dist/mermaid.esm.min.mjs'
1515

1616
const {getOS} = new UAParser()
1717

@@ -30,8 +30,6 @@ document.addEventListener('htmx:load', function () {
3030
fontFamily: 'inherit',
3131
altFontFamily: 'inherit',
3232
fontSize: '0.875em',
33-
primaryColor: 'var(--color-purple-50)',
34-
primaryBorderColor: 'var(--color-purple-100)'
3533
},
3634
fontFamily: 'inherit', altFontFamily: 'inherit',
3735
"sequence": {

0 commit comments

Comments
 (0)