mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 13:39:01 +01: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