mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
Fix turndown require path
This commit is contained in:
parent
a999761fa0
commit
4730ad37bc
@ -1,5 +1,5 @@
|
||||
var Attendant = require('turndown-attendant')
|
||||
var TurndownService = require('../../to-markdown/lib/turndown.cjs')
|
||||
var TurndownService = require('turndown')
|
||||
var gfm = require('../lib/turndown-plugin-gfm.cjs').gfm
|
||||
|
||||
var attendant = new Attendant({
|
||||
|
Loading…
x
Reference in New Issue
Block a user