mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 13:23:43 +01:00
Include newline before table headings
This commit is contained in:
parent
cc1c8f33b2
commit
902f25ef4a
|
|
@ -6,7 +6,7 @@
|
|||
{{event.typeof_info}}
|
||||
|
||||
{{event.desc | wrap(80)}}
|
||||
{% for table in event.content_fields -%}
|
||||
{% for table in event.content_fields %}
|
||||
{{"``"+table.title+"``" if table.title else "" }}
|
||||
|
||||
{{ tables.paramtable(table.rows, [(table.title or "Content") ~ " Key", "Type", "Description"]) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue