jotdown_wasm: rm debug print
This commit is contained in:
parent
8893281310
commit
d175ab4f47
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
function render() {
|
function render() {
|
||||||
let html = jotdown_render(input.innerText);
|
let html = jotdown_render(input.innerText);
|
||||||
console.log(fmt.value);
|
|
||||||
if (fmt.value == "html") {
|
if (fmt.value == "html") {
|
||||||
output.classList.add("verbatim")
|
output.classList.add("verbatim")
|
||||||
output.innerText = html;
|
output.innerText = html;
|
||||||
|
|
Loading…
Reference in a new issue