mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Put state_key info on same line as State Event text.
This commit is contained in:
parent
4ea5da44d0
commit
54783a59c3
|
|
@ -1,7 +1,6 @@
|
|||
``{{event.type}}``
|
||||
{{(4 + event.type | length) * '~'}}
|
||||
*{{event.typeof}}*
|
||||
{{event.typeof_info}}
|
||||
*{{event.typeof}}* {{event.typeof_info}}
|
||||
|
||||
{{event.desc | wrap(80) | indent_block(2)}}
|
||||
{% for table in event.content_fields -%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue