mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 14:39:56 +01:00
Fix turndown require path
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user