cccccccccccccccc

This commit is contained in:
aote777 2021-11-22 23:40:20 +08:00
parent edfe5b93ee
commit ed68d9930b
1 changed files with 2 additions and 4 deletions

View File

@ -119,8 +119,6 @@ function(){
convert.setFlavor('github')
document.querySelectorAll('.md-content').forEach((textarea) => {
var text = textarea.innerHTML
consoleLog('--------------------')
consoleLog(text)
var thisConverterSpecificOptions = convert.getOptions()
var html = convert.makeHtml(text)
console.log('最后出来的结果', html)
@ -141,8 +139,8 @@ function(){
return createScript(highLightJs)
})
.then(() => {
window.onload = parseMarkDown
// parseMarkDown()
// window.onload = parseMarkDown
parseMarkDown()
})
</script>
</body>