From fff887aec21210f77ddd0cf06e7bb29a8f920e97 Mon Sep 17 00:00:00 2001 From: sejo Date: Thu, 6 Jan 2022 14:09:38 -0600 Subject: [PATCH] updated wikilink conversion notes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0ecdd1..f6358e2 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,14 @@ see the roadmap 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