Commit graph

5 commits

Author SHA1 Message Date
Yann Bertrand
7cb2d44377 🐛 Fix meta tags double quotes escaping 2021-04-05 20:10:03 +02:00
Cameron Little
2bc15fe0de 🩹 Improve markdown support
This improves markdown support within descriptions. Currently, adding multiline text blocks in the defaults.yml file breaks, because the generated head meta tags content includes that whitespace as is and breaks the generated yaml contents. Now, meta tag content is stringified
as JSON, which is yaml compliant. The final html meta tag contains the markdown as is. Also currently, markdown descriptions inserted into the
content can interact with subsequent content (if you end with a list it'll cause funky interaction with the following content). That's fixed by inserting a "break" between (done on categores and pages).
2021-04-05 20:10:03 +02:00
Yann Bertrand
39cc31f013 💄 Use better template semantics and add new capabilities
* Document requirements in schema
* Add support for non-generated example titles
* Escape example values for use in shell
* Rename "delete current value" to "reset to default value" to better explain what it does
2021-04-04 13:19:49 +02:00
Yann Bertrand
3a65f06188
🔖 Set netlify production URL 2020-09-26 20:24:54 +02:00
Yann Bertrand
a84b78e2da
🌐 Add french templates translations 2020-09-26 20:24:54 +02:00