mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 18:24:10 +02:00
fix handling of multi-line state key descriptions
This commit is contained in:
parent
32cde24bcf
commit
a1b1054aa1
|
|
@ -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 -%}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue