flav-md-engine

Crates.ioflav-md-engine
lib.rsflav-md-engine
version0.1.0
sourcesrc
created_at2022-02-20 07:07:43.49481
updated_at2022-02-20 07:07:43.49481
descriptionmarkdown parse with css style. Rust implementation for flav-md(https://github.com/jiko21/flav-md)
homepage
repository
max_upload_size
id535600
size74,286
Jiko21 (a.k.a Daiki Kojima) (jiko21)

documentation

README

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.

Commit count: 0

cargo fmt