markdowny 0.2.0

Markdown parser with support for hairy templates, HTML, HTML-attributes, HTML-spans, HTML-blocks specified in Markdown. Focus on error reporting, so Markdown errors are reported
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "expry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a602d5aca228e2152980c67ae0bcc9a376f37acc75e30a5ba898a2e91eb6447"

[[package]]
name = "markdowny"
version = "0.2.0"
dependencies = [
 "expry",
]