MarkdownMonsterAddin.OnBeforeSaveDocument

Called before the document is saved. Return false to disallow saving the document

public abstract Task<bool> OnBeforeSaveDocument(MarkdownDocument doc)