Update Page Name Rules.md

pull/709/head
Zef Hemel 2024-02-13 22:48:52 +01:00 committed by GitHub
parent a9b31bde30
commit 352c064420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ There are a few rules regarding page names:
* Page names cannot be empty
* Page names cannot start with a `.`
* Page names cannot `@` or `$`, due to ambiguity with referencing specific positions or anchors inside a page
* Page names should not contain `!`
* Page names cannot end with a _file extension_ containing just letters. That is, a page name like `test.md` is not allowed, whereas `test.123` would be.