Skip to content

Commit 3fb672c

Browse files
save file
1 parent b5d81d4 commit 3fb672c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<output-md v2.0>
44

55
<template shadowrootmode=open>
6-
6+
<!--
77
<link rel=stylesheet href='css/github-markdown-light.css'>
8+
-->
9+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
810

911
<style>
1012

@@ -105,6 +107,21 @@
105107

106108
var editor;
107109

110+
111+
var themes = {
112+
'github' : {
113+
base : '',
114+
list : [
115+
'github-markdown.css','github-markdown-light.css','github-markdown-dark.css','github-markdown-dark-dimmed.css',
116+
'github-markdown-dark-high-contrast.css','github-markdown-light-colorblind.css','github-markdown-dark-colorblind.css'
117+
]
118+
},
119+
'water.css' : {
120+
},
121+
};
122+
123+
124+
108125
var btn = {};
109126
var show = {};
110127

0 commit comments

Comments
 (0)