This commit is contained in:
Rich Harris
2019-04-30 13:28:52 -04:00
parent 52ed1cb2c6
commit 316c9d7baa

View File

@@ -66,7 +66,7 @@ Dynamic parameters are encoded using `[brackets]`. For example, here's how you c
<h1>{article.title}</h1>
<div class='content'>
{@html article.svelte}
{@html article.html}
</div>
```