Class RenderExtensionsManager

Manages any render extensions for the HTML

System.Object
  MarkdownMonster.RenderExtensions.RenderExtensionsManager
public class RenderExtensionsManager : object

Class Members

MemberDescription

Constructor

RenderExtensions

Active Render Extensions. You can add your own extensions on application startup

LoadDefaultExtensions

public void LoadDefaultExtensions()

ProcessAllAfterDocumentRenderedHooks

public void ProcessAllAfterDocumentRenderedHooks(ModifyHtmlArguments args)

ProcessAllAfterMarkdownRenderedHooks

Processed after Markdown has been rendered into HTML, but not been merged into the template.

You can modify the HTML and also add headers to be rendered into the HEAD of the template here.

public void ProcessAllAfterMarkdownRenderedHooks(ModifyHtmlAndHeadersArguments args)

ProcessAllBeforeMarkdownRenderedHooks

Process all BeforeRenderMarkdown Extensions

public void ProcessAllBeforeMarkdownRenderedHooks(ModifyMarkdownArguments args)

Current

Global application instance of the Extensions Manager

Requirements

Namespace: MarkdownMonster.RenderExtensions
Assembly: markdownmonster.exe

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