mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 11:24:08 +01:00
Merge pull request #280 from matrix-org/daniel/newline
Include newline before table headings
This commit is contained in:
commit
58faad1c24
|
|
@ -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