Crates.io | flav-md-engine |
lib.rs | flav-md-engine |
version | 0.1.0 |
source | src |
created_at | 2022-02-20 07:07:43.49481 |
updated_at | 2022-02-20 07:07:43.49481 |
description | markdown parse with css style. Rust implementation for flav-md(https://github.com/jiko21/flav-md) |
homepage | |
repository | |
max_upload_size | |
id | 535600 |
size | 74,286 |
This is rust implementation of flav-md
Flav-md-engine supports flav-md interface, so you can decorate css style to markdown documents.
Generated html contains tags with flav-md-characteristic class. For example, h1 tag has 3 classes
More detail is here.
flav-md-engine is published as npm library as wasm, but this is WORK IN PROGRESS
DO NOT USE IN PRODUCTION.