Change to MyST parser
This commit is contained in:
parent
53106e1dba
commit
a51e4af609
443 changed files with 4925 additions and 3524 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
TODO: Remove this page?
|
||||
|
||||
- [Channels](./Channels) - are used for implementing in-game chat rooms.
|
||||
- [Msg](./Msg)-objects are used for storing messages in the database (email-like)
|
||||
- [Channels](./Channels.md) - are used for implementing in-game chat rooms.
|
||||
- [Msg](./Msg.md)-objects are used for storing messages in the database (email-like)
|
||||
and is a building block for implementing other game systems. It's used by the
|
||||
`page` command by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue