mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Sort out table layout and rejig where state_key is placed.
This commit is contained in:
parent
003ca35bf6
commit
dc5c01607b
|
|
@ -268,3 +268,9 @@ li dd ul {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border: 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
``{{event.type}}``
|
``{{event.type}}``
|
||||||
{{(4 + event.type | length) * '~'}}
|
{{(4 + event.type | length) * '~'}}
|
||||||
*{{event.typeof}}* {{event.typeof_info}}
|
*{{event.typeof}}*
|
||||||
|
{{event.typeof_info}}
|
||||||
|
|
||||||
{{event.desc | wrap(80) | indent_block(2)}}
|
{{event.desc | wrap(80)}}
|
||||||
{% for table in event.content_fields -%}
|
{% for table in event.content_fields %}
|
||||||
{{"``"+table.title+"``" if table.title else ""}}
|
{{"``"+table.title+"``" if table.title else "" -}}
|
||||||
|
|
||||||
================== ================= ===========================================
|
================== ================= ===========================================
|
||||||
{{table.title or "Content"}} Key Type Description
|
{{table.title or "Content"}} Key Type Description
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue