This package has been deprecated

Author message:

Succeeded by commonform-commonmark.

commonform-markdown

1.2.3 • Public • Published

Render Common Forms as Markdown documents.

Install:

npm install --save commonform-markdown

then:

var md = require('commonform-markdown')
 
var form = {
  content: [
    {
      heading: 'A Heading',
      form: {content: ['Some text']}
    }
  ]
}
 
typeof md(form) // => 'string'

Dependents (1)

Package Sidebar

Install

npm i commonform-markdown

Weekly Downloads

3

Version

1.2.3

License

Apache-2.0

Unpacked Size

7.55 kB

Total Files

4

Last publish

Collaborators

  • kemitchell