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