mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Use attr helper and handle attribute escaping Also improved AST and added walking capability
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
out.w("<div class=\"greeting\"" +
|
|
attr("foo", bar) +
|
|
">Hello World</div>");
|