From a1b1054aa1202c26659ec267ef643704312e5455 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Thu, 30 Aug 2018 15:57:09 -0400 Subject: [PATCH] fix handling of multi-line state key descriptions --- scripts/templating/matrix_templates/templates/events.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templating/matrix_templates/templates/events.tmpl b/scripts/templating/matrix_templates/templates/events.tmpl index ded33859..1ad79c6f 100644 --- a/scripts/templating/matrix_templates/templates/events.tmpl +++ b/scripts/templating/matrix_templates/templates/events.tmpl @@ -5,7 +5,7 @@ {% if (event.typeof | length) %} *{{event.typeof}}* - {{event.typeof_info}} + {{event.typeof_info | indent_block(4)}} {% endif -%}