const convertMd2Demo = require('./convertMd2Demo') module.exports = content => { return convertMd2Demo(content) }