mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
export default function (config) {
|
|
return {
|
|
name: 'turndownPluginGfm',
|
|
input: 'src/gfm.js',
|
|
output: config.output
|
|
}
|
|
}
|