Reorder text area and output to improve visibility (#5790)

pull/6455/head
Aswin Vayiravan 3 years ago committed by GitHub
parent 46fac828f7
commit 4b4717b351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,10 +3,10 @@
let value = `Some words are *italic*, some are **bold**`;
</script>
<textarea value={value}></textarea>
{@html marked(value)}
<textarea value={value}></textarea>
<style>
textarea { width: 100%; height: 200px; }
</style>
</style>

@ -3,10 +3,10 @@
let value = `Some words are *italic*, some are **bold**`;
</script>
<textarea bind:value></textarea>
{@html marked(value)}
<textarea bind:value></textarea>
<style>
textarea { width: 100%; height: 200px; }
</style>
</style>

Loading…
Cancel
Save