mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-01 16:54:09 +02:00
Include newline before table headings
This commit is contained in:
parent
cc1c8f33b2
commit
902f25ef4a
|
|
@ -6,7 +6,7 @@
|
||||||
{{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 %}
|
||||||
{{"``"+table.title+"``" if table.title else "" }}
|
{{"``"+table.title+"``" if table.title else "" }}
|
||||||
|
|
||||||
{{ tables.paramtable(table.rows, [(table.title or "Content") ~ " Key", "Type", "Description"]) }}
|
{{ tables.paramtable(table.rows, [(table.title or "Content") ~ " Key", "Type", "Description"]) }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue