Skip to content

Commit ced00da

Browse files
save file
1 parent 6a14498 commit ced00da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

utils/editors/markdown-editor/markdown-editor.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939

4040
<script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script>
41+
<script src='https://cdn.jsdelivr.net/npm/prettier@2.8.8/standalone.js'></script>
42+
<script src='https://cdn.jsdelivr.net/npm/prettier@2.8.8/parser-html.js'></script>
4143

4244

4345
<script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr'></script>
@@ -370,7 +372,7 @@ <h4 slot=version>
370372
}//complete
371373

372374

373-
complete.load = async function(file,blob){debugger;
375+
complete.load = async function(file,blob){
374376

375377
var txt = await blob.text();
376378

0 commit comments

Comments
 (0)