8 lines
134 B
JavaScript
Raw Normal View History

2017-11-10 14:21:46 +00:00
export default function (config) {
return {
name: 'turndownPluginGfm',
input: 'src/gfm.js',
output: config.output
}
}