documentation many wikilinks per line

This commit is contained in:
sejo 2022-01-21 18:45:52 -06:00
parent 27ba37108d
commit 7952aa78ef
1 changed files with 3 additions and 5 deletions

View File

@ -34,10 +34,10 @@ the same format as gmi (gemtext), but with the following line types:
## inline wikilinks
the generator can parse and convert inline {wikilinks}, one per line
the generator can parse and convert inline {wikilinks}, as many as needed per line
* in html, it gets converted to an inline link
* in gemtext, a link is added after the line with the link
* in html, they get converted to an inline link
* in gemtext, the links are added after the line with the text
.gmo text:
@ -62,8 +62,6 @@ see the roadmap for updates that want to happen.
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