terribleMia’s avatarterribleMia’s Twitter Archive—№ 7,358

      1. moving my slides over to eleven_ty. Which syntax do you like best? (samples of each in the replies)
    1. …in reply to @TerribleMia
      - 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
  1. …in reply to @TerribleMia
    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