refactor(cheddar): Set up scaffolding for Markdown rendering
Generalises the two bits of the program that will be required either way (extension parsing and syntax loading). A dependency on Comrak is introduced as I think GitHub-flavoured Markdown (with all its fancy extensions) is desirable!
This commit is contained in:
parent
eb650eb8d8
commit
d35aa4ae46
3 changed files with 224 additions and 13 deletions
|
|
@ -4,5 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Vincent Ambo <mail@tazj.in>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies.syntect]
|
||||
version = "3.3"
|
||||
[dependencies]
|
||||
comrak = "0.6"
|
||||
lazy_static = "1.4"
|
||||
syntect = "3.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue