ccccccccccc

This commit is contained in:
aote777 2021-11-23 15:16:06 +08:00
parent 203ef204e2
commit 31d3abfa62
1 changed files with 6 additions and 0 deletions

View File

@ -9,7 +9,12 @@
<body> <body>
<textarea class="md-content"> <textarea class="md-content">
# 你好 # 你好
* 哈哈 * 哈哈
- [] true
- [] true
</textarea> </textarea>
<textarea class="md-content"> <textarea class="md-content">
``` ```
@ -110,6 +115,7 @@
return createScript(highLightJs) return createScript(highLightJs)
}) })
.then(() => { .then(() => {
// anki模板无法使用window.onload我怀疑是被占用了
// window.onload = parseMarkDown // window.onload = parseMarkDown
parseMarkDown() parseMarkDown()
return new Promise((resolve) => { return new Promise((resolve) => {