mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
server-ts: Port services/export/md
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const mimeTypes = require('mime-types');
|
||||
const html = require('html');
|
||||
const utils = require('../utils');
|
||||
const mdService = require('./md.js');
|
||||
const mdService = require('./md');
|
||||
const becca = require('../../becca/becca');
|
||||
|
||||
function exportSingleNote(taskContext, branch, format, res) {
|
||||
|
||||
Reference in New Issue
Block a user