EXPRESSIONS.md in temple-0.7.7 vs EXPRESSIONS.md in temple-0.8.0
- old
+ new
@@ -225,9 +225,10 @@
Example:
[:html, :tag, 'img', [:html, :attrs, [:html, :attr, 'src', 'image.png']]]
[:html, :tag, 'p', [:multi], [:static, 'Content']]
generates:
+
<img src="image.png"/>
<p>Content</p>
### [:html, :attrs, attributes]