cccccccccccccccccc
This commit is contained in:
parent
cf9759af79
commit
12f6c04509
|
|
@ -14,6 +14,9 @@
|
||||||
- [x] ??
|
- [x] ??
|
||||||
|
|
||||||
- [] 22
|
- [] 22
|
||||||
|
|
||||||
|
[xx](http://baidu.com)
|
||||||
|
|
||||||
</textarea>
|
</textarea>
|
||||||
<textarea class="md-content">
|
<textarea class="md-content">
|
||||||
```
|
```
|
||||||
|
|
@ -106,6 +109,7 @@ var createScript = (src) => {
|
||||||
index === 0 ? document.body.appendChild(hr) : null
|
index === 0 ? document.body.appendChild(hr) : null
|
||||||
textarea.className = `x-${index}`
|
textarea.className = `x-${index}`
|
||||||
textarea.style.display = 'none'
|
textarea.style.display = 'none'
|
||||||
|
// 不能从body直接插入元素 anki 不刷新的 淦
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
createLink(highLightCss)
|
createLink(highLightCss)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue