var PARSERS = { html: require('./html'), markdown: require('./markdown'), asciidoc: require('./asciidoc') }; module.exports = { };