-
moving my slides over to eleven_ty. Which syntax do you like best? (samples of each in the replies)
-
- yaml is super compact, structured, & easy. - markdown provides best syntax highlighting, but the most work to split & process & render - nunjucks is the most direct & explicit - no special logic required
-
If I were to support multiple, the most "agile" approach would be: - start with nunjucks macros - add support for yaml rendered via those same macros - add special md splitting/parsing, also rendered via macros