updated wikilinks format

This commit is contained in:
sejo 2021-08-25 12:57:42 -05:00
parent 273a448698
commit 3da780d15e
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ converted to html:
```html
<p>
see the <a href='./roadmap.html'>{roadmap}</a> for updates that want to happen.
see the <a href='./roadmap.html'>roadmap</a> for updates that want to happen.
</p>
```
@ -79,7 +79,7 @@ the generator can also parse normal links in gemtext, one per line
converted to html:
```html
<p><a href='./references.html'>{references}</a></p>
<p><a href='./references.html'>references</a></p>
```
converted to gemtext: