mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +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
|
||
|
}
|
||
|
}
|