From d6ce11f3ce339a00cd0c14cca32ca4a913f79846 Mon Sep 17 00:00:00 2001 From: natjms Date: Mon, 16 Jan 2023 17:20:25 -0800 Subject: [PATCH] Fix rendering in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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