This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
fix
Browse Source
pull/3256/head
Conduitry
6 years ago
parent
18bbf90dfc
commit
9cc75d5dcf
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
site/content/examples/05-bindings/04-textarea-inputs/App.svelte
Unescape
Escape
View File
@ -9,4 +9,4 @@
<
textarea
bind:value
=
{
text
}
>
</textarea
>
{
@html
marked
(
value
)}
{
@html
marked
(
text
)}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msb-public/svelte
Title
Body
Create Issue