This commit is contained in:
Aevann1 2021-11-07 21:14:53 +02:00
parent 4ad16fd860
commit 50b2dbee49
2 changed files with 3 additions and 4 deletions

View file

@ -182,8 +182,7 @@ function markdown() {
}
}
// document.getElementById('preview').innerHTML = marked(input)
document.getElementById('preview').innerHTML = input;
document.getElementById('preview').innerHTML = marked(input)
}
document.onpaste = function(event) {