forked from Sasserisop/MATH201
20 lines
270 B
Markdown
20 lines
270 B
Markdown
|
---
|
||
|
title: Wikilinks
|
||
|
---
|
||
|
|
||
|
Wikilinks are implemented, so this:
|
||
|
|
||
|
![](media/editorscreenshot.png)
|
||
|
|
||
|
Becomes this
|
||
|
|
||
|
![](media/sitescreenshot.png)
|
||
|
|
||
|
|
||
|
Please note that spaces between filenames **are not allowed**
|
||
|
|
||
|
|
||
|
```shell
|
||
|
- ✅ [[my-linking-note]]
|
||
|
- ❌ [[my linking note]]
|
||
|
```
|