1.0.6 • Published 3 years ago

@ficlabapp/flt-md v1.0.6

Weekly downloads
168
License
ISC
Repository
github
Last release
3 years ago

flt-html

This library is a plugin for @ficlabapp/flt.

Usage

import { Document } from "@ficlabapp/flt";
import { MarkdownRendererPlugin } from "@ficlabapp/flt-md";

// create a new document and register the plugin
let d = new Document();
d.use(MarkdownRendererPlugin);

// render to Markdown
var md = d.toMarkdown();
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago