cccccccccc
This commit is contained in:
parent
63fd5b1df9
commit
fe1ec6139e
|
|
@ -13,8 +13,6 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<title>anki-md模板测试</title>
|
|
||||||
</head>
|
</head>
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
@ -26,9 +24,8 @@
|
||||||
|
|
||||||
[url](http://baidu.com)
|
[url](http://baidu.com)
|
||||||
|
|
||||||
\<div>html标签\</div>
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
<div>??--->>><<<</div>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
function(){
|
function(){
|
||||||
return new Promise((resolve)=>{
|
return new Promise((resolve)=>{
|
||||||
|
|
@ -113,8 +110,6 @@
|
||||||
consoleLog('--------------------')
|
consoleLog('--------------------')
|
||||||
consoleLog(text)
|
consoleLog(text)
|
||||||
var thisConverterSpecificOptions = convert.getOptions()
|
var thisConverterSpecificOptions = convert.getOptions()
|
||||||
console.log('??配置项', thisConverterSpecificOptions)
|
|
||||||
console.log('textarea', textarea)
|
|
||||||
var html = convert.makeHtml(text)
|
var html = convert.makeHtml(text)
|
||||||
console.log('最后出来的结果', html)
|
console.log('最后出来的结果', html)
|
||||||
consoleLog(convert.makeHtml(html))
|
consoleLog(convert.makeHtml(html))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue