johannhof / markdown.rs

Rust Markdown parsing library
Apache License 2.0
136 stars 44 forks source link

Outdated version on crates.io #25

Closed bstut closed 4 years ago

bstut commented 7 years ago

"Last Updated 10 months ago"

MightyPork commented 5 years ago

just got bitten by that and the utf-8 panic.

quick & dirty fix:

[dependencies]
markdown = { git = "https://github.com/johannhof/markdown.rs" }
PENGUINLIONG commented 5 years ago

@MightyPork it seems it's extremely passively maintained now... If you want a stable markdown processor directly available from crates.io, actually i would recommend pulldown-cmark.

johannhof commented 4 years ago

While I would still recommend pulldown-cmark for the time being I'll try to get this updated on crates.io...