You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Use regex instead of jsdom for compability with mobile app
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const Resource = require('lib/models/Resource.js');
|
||||
const Entities = require('html-entities').AllHtmlEntities;
|
||||
const htmlentities = (new Entities()).encode;
|
||||
|
||||
const utils = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user