Skip to content

Commit dd0b9fa

Browse files
fix: add marked dependency for Part 1 / Bindings / Textarea inputs (sveltejs#175)
..by adding it as node_modules to app-a Co-authored-by: Simon H <[email protected]>
1 parent bf99fd6 commit dd0b9fa

File tree

23 files changed

+11782
-2
lines changed

23 files changed

+11782
-2
lines changed

content/tutorial/01-svelte/06-bindings/05-textarea-inputs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Textarea inputs
33
---
44

5-
> This exercise doesn't currently work. You can switch to the old tutorial instead: https://svelte.dev/tutorial/textarea-inputs
6-
75
The `<textarea>` element behaves similarly to a text input in Svelte — use `bind:value`:
86

97
```svelte

content/tutorial/01-svelte/06-bindings/05-textarea-inputs/app-a/node_modules/.bin/marked

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/tutorial/01-svelte/06-bindings/05-textarea-inputs/app-a/node_modules/marked/LICENSE.md

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/tutorial/01-svelte/06-bindings/05-textarea-inputs/app-a/node_modules/marked/README.md

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/tutorial/01-svelte/06-bindings/05-textarea-inputs/app-a/node_modules/marked/bin/marked.js

Lines changed: 217 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)