You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Server: Added Help page for Joplin Cloud
This commit is contained in:
@@ -4,6 +4,7 @@ import HtmlToHtml from './HtmlToHtml';
|
||||
import utils from './utils';
|
||||
import setupLinkify from './MdToHtml/setupLinkify';
|
||||
import validateLinks from './MdToHtml/validateLinks';
|
||||
import headerAnchor from './headerAnchor';
|
||||
const assetsToHeaders = require('./assetsToHeaders');
|
||||
|
||||
export {
|
||||
@@ -13,6 +14,7 @@ export {
|
||||
HtmlToHtml,
|
||||
setupLinkify,
|
||||
validateLinks,
|
||||
headerAnchor,
|
||||
assetsToHeaders,
|
||||
utils,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user