mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Convert master docs to use MyST
This commit is contained in:
parent
6e03216cd9
commit
d229ff024c
359 changed files with 3275 additions and 4567 deletions
|
|
@ -348,7 +348,7 @@ See below for examples of this.
|
|||
This will display a one-line note that will pop even more than a normal `> note`.
|
||||
|
||||
````
|
||||
```important::
|
||||
```{important}
|
||||
This is important because it is!
|
||||
```
|
||||
````
|
||||
|
|
@ -359,7 +359,7 @@ A warning block is used to draw attention to particularly dangerous things, or f
|
|||
mess up.
|
||||
|
||||
````
|
||||
```warning::
|
||||
```{warning}
|
||||
Be careful about this ...
|
||||
````
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue