flav-md-engine 0.1.0

markdown parse with css style. Rust implementation for flav-md(https://github.com/jiko21/flav-md)
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.6"

[dependencies.once_cell]
version = "1.9.0"

[dependencies.pretty_assertions]
default-features = false
features = ["alloc"]
version = "1.0.0"

[dependencies.regex]
version = "1.5"

[dependencies.wasm-bindgen]
version = "0.2.63"

[dependencies.wee_alloc]
optional = true
version = "0.4.5"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.13"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Jiko21 <sos.daiki.keion@gmail.com>"]
description = "markdown parse with css style. Rust implementation for flav-md(https://github.com/jiko21/flav-md)"
edition = "2021"
license-file = "LICENSE"
name = "flav-md-engine"
resolver = "2"
version = "0.1.0"