fdsfd
This commit is contained in:
parent
e618434200
commit
e16cdd10da
2 changed files with 3 additions and 2 deletions
|
@ -182,7 +182,8 @@ function markdown() {
|
|||
}
|
||||
}
|
||||
|
||||
document.getElementById('preview').innerHTML = marked(input)
|
||||
// document.getElementById('preview').innerHTML = marked(input)
|
||||
document.getElementById('preview').innerHTML = input;
|
||||
}
|
||||
|
||||
document.onpaste = function(event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue