1
0
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:
Laurent Cozic
2020-01-30 21:05:23 +00:00
parent d687ef5c09
commit 688edd4b32
61 changed files with 4422 additions and 523 deletions

View File

@@ -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