#css #style #markdown #parse-markdown #html #tags #flav-md

flav-md-engine

markdown parse with css style. Rust implementation for flav-md(https://github.com/jiko21/flav-md)

1 unstable release

0.1.0 Feb 20, 2022

#760 in WebAssembly

Custom license

73KB
2K SLoC

flav-md-engine

This is rust implementation of flav-md

Overview

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

  • flav-md-text
  • flav-md-h1
  • flav-md-h

More detail is here.

WebAssembly

flav-md-engine is published as npm library as wasm, but this is WORK IN PROGRESS

DO NOT USE IN PRODUCTION.


lib.rs:

This is rust implementation of flav-md

You can parse markdown docs to styled html.

Dependencies

~3–5MB
~85K SLoC