master
Aevann1 2021-09-19 19:24:36 +02:00
parent 55396d3384
commit 82c8ef0bbb
1 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@
} }
} }
document.getElementById('preview').innerHTML = input document.getElementById('preview').innerHTML = marked(input)
} }
@ -353,7 +353,7 @@
Toggle preview Toggle preview
</div> </div>
<div id="preview"></div> <div id="preview" class="mt-3"></div>
<span class="position-absolute text-small font-weight-bold" id="character-count-submit-text-form" style="right: 1rem; bottom: 0.5rem; z-index: 3;"></span> <span class="position-absolute text-small font-weight-bold" id="character-count-submit-text-form" style="right: 1rem; bottom: 0.5rem; z-index: 3;"></span>
</div> </div>