You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
This commit is contained in:
committed by
GitHub
parent
725abbc167
commit
630a400181
@@ -25,6 +25,7 @@ export interface RenderOptions {
|
||||
pdfViewerEnabled?: boolean;
|
||||
codeHighlightCacheKey?: string;
|
||||
plainResourceRendering?: boolean;
|
||||
mapsToLine?: boolean;
|
||||
}
|
||||
|
||||
interface RendererRule {
|
||||
@@ -62,6 +63,7 @@ const rules: RendererRules = {
|
||||
code_inline: require('./MdToHtml/rules/code_inline').default,
|
||||
fountain: require('./MdToHtml/rules/fountain').default,
|
||||
mermaid: require('./MdToHtml/rules/mermaid').default,
|
||||
source_map: require('./MdToHtml/rules/source_map').default,
|
||||
};
|
||||
|
||||
const hljs = require('highlight.js');
|
||||
|
||||
Reference in New Issue
Block a user