mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 01:43:43 +01:00
Use ~ not - for event sections.
This commit is contained in:
parent
73d84f3722
commit
b6b8971491
|
|
@ -1,5 +1,5 @@
|
|||
``{{event.type}}``
|
||||
{{(4 + event.type | length) * '-'}}
|
||||
{{(4 + event.type | length) * '~'}}
|
||||
*{{event.typeof}}*
|
||||
{{event.typeof_info}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue