mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 06:28:38 +01: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) %}
|
||||
*{{event.typeof}}*
|
||||
{{event.typeof_info}}
|
||||
{{event.typeof_info | indent_block(4)}}
|
||||
|
||||
{% endif -%}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue