You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Moved the Joplin renderer back to the main repository to make development easier
This commit is contained in:
@ -11,7 +11,7 @@ const { _ } = require('lib/locale.js');
|
||||
const ArrayUtils = require('lib/ArrayUtils.js');
|
||||
const lodash = require('lodash');
|
||||
const urlUtils = require('lib/urlUtils.js');
|
||||
const { MarkupToHtml } = require('joplin-renderer');
|
||||
const { MarkupToHtml } = require('lib/joplin-renderer');
|
||||
|
||||
class Note extends BaseItem {
|
||||
static tableName() {
|
||||
|
Reference in New Issue
Block a user