mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
* fix Code blocks https://github.com/redlib-org/redlib/issues/227 * add pulldown-cmark * add pulldown-cmark * fix Code blocks err #227 * add pre style for post codeblock * Update style.css (fix Code blocks err #227 ) --------- Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
parent
c7f55c146a
commit
7770c57856
4 changed files with 36 additions and 1 deletions
|
@ -47,6 +47,7 @@ rss = "2.0.7"
|
|||
arc-swap = "1.7.1"
|
||||
serde_json_path = "0.7.1"
|
||||
async-recursion = "1.1.1"
|
||||
pulldown-cmark = { version = "0.12.0", features = ["simd", "html"], default-features = false }
|
||||
common-words-all = { version = "0.0.2", default-features = false, features = ["english", "one"] }
|
||||
hyper-rustls = { version = "0.24.2", features = [ "http2" ] }
|
||||
tegen = "0.1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue