mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-05 07:23:42 +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.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