Event that fires after the raw markdown has been rendered to html. Note this will be an HTML fragment not an HTML document.
Parameters: * Rendered Html * Original Markdown
You return: * Updated (or unaltered) HTML
public event Func<String,String,String> MarkdownRendered
See also:
Class MarkdownDocument© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic