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)
Parameters
html
rendered HTML from the Markdown. Html Fragment.
markdown
original Markdown document text passed in for reference - shouldn't be changed