Update App.svelte

pull/5790/head
Aswin Vayiravan 5 years ago committed by GitHub
parent 035e913bef
commit 1582e486ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@
textarea { width: 100%; height: 100px; }
</style>
{@html marked(value)}
<textarea value={value}></textarea>
{@html marked(value)}
Loading…
Cancel
Save