1
0
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:
Laurent Cozic
2021-08-31 13:46:46 +01:00
parent 5805a41249
commit 6520a481ca
13 changed files with 305 additions and 85 deletions

View File

@@ -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,
};