mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
mermaid layout improvements
This commit is contained in:
@@ -63,7 +63,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
|
||||
|
||||
this.$errorContainer.hide();
|
||||
} catch (e) {
|
||||
this.$errorMessage.text(e.message);
|
||||
this.$errorMessage.text(e.message).append(`<br/><br/><p>See <a href="https://mermaid-js.github.io/mermaid/#/flowchart?id=graph">help and examples</a>.</p>`);
|
||||
this.$errorContainer.show();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user