mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-03 02:04:09 +01:00
Indent state-key descriptions
Right now two spaces make a <dt> whereas four does the right thing.
This commit is contained in:
parent
19dfafe376
commit
dcd51c39b3
|
|
@ -3,7 +3,7 @@
|
||||||
``{{event.type}}``
|
``{{event.type}}``
|
||||||
{{(4 + event.type | length) * title_kind}}
|
{{(4 + event.type | length) * title_kind}}
|
||||||
*{{event.typeof}}*
|
*{{event.typeof}}*
|
||||||
{{event.typeof_info}}
|
{{event.typeof_info}}
|
||||||
|
|
||||||
{{event.desc | wrap(80)}}
|
{{event.desc | wrap(80)}}
|
||||||
{% for table in event.content_fields -%}
|
{% for table in event.content_fields -%}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue