MarkdownDocument.OnDocumentRendered
Fires after HTML has been generated from Markdown and has been merged into the template. At this point HTML contains a full HTML document. This method does not depend on the UI.
You can also set additional HEAD content for the HTML header.
public void OnDocumentRendered(String& html, String& markdown)