mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 22:56:20 +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 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 gfm = require('../lib/turndown-plugin-gfm.cjs').gfm
|
||||||
|
|
||||||
var attendant = new Attendant({
|
var attendant = new Attendant({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user