Fix rendering in README
This commit is contained in:
parent
9c01146810
commit
d6ce11f3ce
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue