mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-30 08:26:59 +02:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
export default function(config) {
|
|
return {
|
|
name: 'turndownPluginGfm',
|
|
input: 'src/gfm.js',
|
|
output: config.output,
|
|
};
|
|
}
|