@ficlabapp/flt-md

1.0.6 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i @ficlabapp/flt-md

Weekly Downloads

9

Version

1.0.6

License

ISC

Unpacked Size

6.08 kB

Total Files

7

Last publish

Collaborators

  • erayd