1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Resolves #6101: Added export graph button for Mermaid (#7958)

This commit is contained in:
Arun Kumar
2023-03-30 21:28:48 +05:30
committed by GitHub
parent cf4008951d
commit 75d204c9ca
3 changed files with 62 additions and 2 deletions

View File

@@ -179,6 +179,8 @@ export interface RuleOptions {
noteId?: string;
vendorDir?: string;
itemIdToUrl?: ItemIdToUrlHandler;
platformName?: string;
}
export default class MdToHtml {