mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-14 08:49:49 -06: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