master
Adam Pippin 3 years ago
parent
commit
ef0d820270
  1. 2
      Home.md

2
Home.md

@ -11,7 +11,7 @@ But mainly I had some free time that needed filling.
## What?
At its core, it's a superset of YAML implemented in a way that's compatible with existing YAML parsers. You can put in a valid YAML document, and get the same document back out. Everything added is additional functionality on top of that. You don't need to rewrite your existing templates in a new language, but can start to use the additional functionality right away wherever it provides value.
It adds the ability to [join multiple files together](Merging) and [control how they are merged](Merging#Functions) and [use variables](Variables), [expressions](Expressions) and [conditional statements and other functions](Functions).
It adds the ability to [join multiple files together](Merging) and [control how they are merged](Merging#user-content-functions) and [use variables](Variables), [expressions](Expressions) and [conditional statements and other functions](Functions).
## How do I run it?

Loading…
Cancel
Save