fix handling of multi-line state key descriptions
This commit is contained in:
parent
32cde24bcf
commit
a1b1054aa1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
{% if (event.typeof | length) %}
|
||||
*{{event.typeof}}*
|
||||
{{event.typeof_info}}
|
||||
{{event.typeof_info | indent_block(4)}}
|
||||
|
||||
{% endif -%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue