MarkdownDocument.BeforeDocumentRendered

Event that fires just before the document is rendered. It's passed the Markdown text before it is converted to HTML so you can intercept and modify the markdown before rendering.

Return back the final markdown.

public event Func<String,String> BeforeDocumentRendered

See also:

Class MarkdownDocument

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic