mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Put regex in comment
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
aa79737243
commit
d099f534d7
|
|
@ -21,14 +21,13 @@
|
||||||
# mx-custom-key:
|
# mx-custom-key:
|
||||||
# title: The title rendered in the specification
|
# title: The title rendered in the specification
|
||||||
# url: /url/to#definition
|
# url: /url/to#definition
|
||||||
# pattern: "REGEX" (not used for rendering, but allows to define the common
|
|
||||||
# pattern to use for the format)
|
|
||||||
|
|
||||||
mx-user-id:
|
mx-user-id:
|
||||||
title: User ID
|
title: User ID
|
||||||
url: /appendices#user-identifiers
|
url: /appendices#user-identifiers
|
||||||
pattern: "^@"
|
# regex: "^@"
|
||||||
|
|
||||||
mx-event-id:
|
mx-event-id:
|
||||||
title: Event ID
|
title: Event ID
|
||||||
url: /appendices#event-ids
|
url: /appendices#event-ids
|
||||||
pattern: "^\\$"
|
# regex: "^\\$"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue