diff --git a/src/index.ts b/src/index.ts index c7b920f..f608988 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,4 +11,4 @@ export function load(PluginHost: Application): void { * Add the plugin to the converter instance */ app.converter.addComponent('mermaid', new MermaidPlugin(app.converter)); -}; +}