Fix rendering in README

This commit is contained in:
Nat 2023-01-16 17:20:25 -08:00
parent 9c01146810
commit d6ce11f3ce
Signed by: nat
GPG Key ID: B53AB05285D710D6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# calathea v0.1 # calathea v0.1
calathea is a small C program used to generate static wikis. It takes a calathea is a small C program used to generate static wikis. It takes a
directory of Common Markdown pages with [[wikilinks]] and renders them to directory of Common Markdown pages with `[[wikilinks]]` and renders them to
HTML. The output is a flat directory of HTML pages where the wikilinks are HTML. The output is a flat directory of HTML pages where the wikilinks are
converted to relative links. converted to relative links.
@ -13,7 +13,7 @@ over explain every line of code.
## Features ## Features
- [x] Rendering wikilinks - [x] Rendering wikilinks
- [ ] Ability to keep track of incoming links - [ ] Ability to keep track of incoming links
- [ ] Named wikilinks (i.e. [[link title|actual page]]) - [ ] Named wikilinks (i.e. `[[link title|actual page]]`)
## installation ## installation
This tool requires [cmark](https://github.com/commonmark/cmark) to be This tool requires [cmark](https://github.com/commonmark/cmark) to be