updated wikilink conversion notes

This commit is contained in:
sejo 2022-01-06 14:09:38 -06:00
parent 9f6b72f829
commit fff887aec2
1 changed files with 5 additions and 3 deletions

View File

@ -56,12 +56,14 @@ see the <a href='./roadmap.html'>roadmap</a> for updates that want to happen.
converted to gemtext:
```gemtext
see the {roadmap} for updates that want to happen.
=> ./roadmap.gmi {roadmap}
see the roadmap for updates that want to happen.
=> ./roadmap.gmi roadmap
```
spaces inside the wikilinks are converted to underscores.
for the moment, only one wikilink per line is allowed.
## gemtext-like wikilinks
the generator can also parse normal links in gemtext, one per line
@ -84,7 +86,7 @@ converted to html:
converted to gemtext:
```
=> ./references.gmi {references}
=> ./references.gmi references
```
## incoming links calculation