fix handling of multi-line state key descriptions

This commit is contained in:
Hubert Chathi 2018-08-30 15:57:09 -04:00
parent 32cde24bcf
commit a1b1054aa1

View file

@ -5,7 +5,7 @@
{% if (event.typeof | length) %} {% if (event.typeof | length) %}
*{{event.typeof}}* *{{event.typeof}}*
{{event.typeof_info}} {{event.typeof_info | indent_block(4)}}
{% endif -%} {% endif -%}