showdown-forms
v1.1.0
Published
Showdown (Markdown) with simple form field syntax. From https://github.com/maleldil/wmd
Downloads
3
Readme
showdown-forms
Showdown (Markdown) with simple form field syntax. From https://github.com/maleldil/wmd
Usage
import {makeHtml} from 'showdown-forms';
let form = `
## Form fields
name = ___[10]
sex = (x) male () female
phones = [x] Android [x] iPhone [] Windows
city = {BOS, SFO, (NYC)}
zip code* = ___
`
console.log(makeHtml(form));