diff --git a/README.md b/README.md index e9c7c2a..2db4085 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # calathea v0.1 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 converted to relative links. @@ -13,7 +13,7 @@ over explain every line of code. ## Features - [x] Rendering wikilinks - [ ] Ability to keep track of incoming links -- [ ] Named wikilinks (i.e. [[link title|actual page]]) +- [ ] Named wikilinks (i.e. `[[link title|actual page]]`) ## installation This tool requires [cmark](https://github.com/commonmark/cmark) to be