You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
@@ -1,6 +1,5 @@
|
||||
const { shim } = require('lib/shim');
|
||||
const mermaid = require('mermaid');
|
||||
const injectedJs = require('lib/rnInjectedJs/mermaid');
|
||||
|
||||
class MdToHtml_Mermaid {
|
||||
|
||||
@@ -17,10 +16,6 @@ class MdToHtml_Mermaid {
|
||||
return '';
|
||||
}
|
||||
|
||||
injectedJavaScript() {
|
||||
return injectedJs + '\n' + 'mermaid.init();';
|
||||
}
|
||||
|
||||
async loadAssets() {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user