1.0.6 • Published 4 years ago

@ficlabapp/flt-md v1.0.6

Weekly downloads
168
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago