You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Moved the Joplin renderer back to the main repository to make development easier
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const stringPadding = require('string-padding');
|
||||
const urlUtils = require('lib/urlUtils');
|
||||
const MarkdownIt = require('markdown-it');
|
||||
const { setupLinkify } = require('joplin-renderer');
|
||||
const { setupLinkify } = require('lib/joplin-renderer');
|
||||
|
||||
const markdownUtils = {
|
||||
// Not really escaping because that's not supported by marked.js
|
||||
|
||||
Reference in New Issue
Block a user