Delegates called when processing a document
public delegate void ProcessDocumentDelegate(MarkdownDocument document);
The markdown document.