mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
@@ -1,7 +1,7 @@
|
||||
export default function (config) {
|
||||
return {
|
||||
name: 'turndownPluginGfm',
|
||||
input: 'src/gfm.js',
|
||||
output: config.output
|
||||
}
|
||||
export default function(config) {
|
||||
return {
|
||||
name: 'turndownPluginGfm',
|
||||
input: 'src/gfm.js',
|
||||
output: config.output,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user