- Add new option to output partial html to the engine
- Allow setting variables to variables
- Merge
meta
andvariables
section and change the meta configuration. - Add comment support (see language changes)
- Add support for
(img)
tags - Add support for JavaScript
- Add support for CSS
- div elements do not work. This should be fixed by v0.4.0
none
- Declaring a variable is now done with
+!
- Metavariables may be set to variables
- Variables may be set to other variables
- Declaring a metavariable is now done with
+%
- Tags must now have quotes surrounding the content, making
(h1: Hi)
(h1: "Hi")
none