This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-07-27 18:12:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
packages
/
turndown-plugin-gfm
/
config
/
rollup.config.js
7 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(turndown-plugin-gfm): align with upstream https://github.com/laurent22/joplin/commit/219d5bcae332be2f2cb2c1425362100b03e363c7
2025-03-19 18:22:20 +02:00
export
default
function
(
config
)
{
return
{
input
:
'src/gfm.js'
,
output
:
config
.
output
,
}
;
Add gfm plugins
2017-11-10 14:21:46 +00:00
}
Reference in New Issue
Copy Permalink