Class DocFxRenderExtension

Renders a handful of DocFx Markdown extensions in the previewer or for output generation.

System.Object
  MarkdownMonster.RenderExtensions.DocFxRenderExtension
public class DocFxRenderExtension : object, IRenderExtension

Class Members

MemberDescription

Constructor

AfterDocumentRendered

public sealed void AfterDocumentRendered(ModifyHtmlArguments args)

AfterMarkdownRendered

public sealed void AfterMarkdownRendered(ModifyHtmlAndHeadersArguments args)

BeforeMarkdownRendered

public sealed void BeforeMarkdownRendered(ModifyMarkdownArguments args)

FixUpRootPath

public string FixUpRootPath(ModifyMarkdownArguments args,     string link)

ParseDocFxIncludeFiles

Parses DocFx include files in the format of:

[!includetitle]

Should run prior to Markdown parsing of the main document as it will embed the file content as is.

public void ParseDocFxIncludeFiles(ModifyMarkdownArguments args)

ParseNoteTipWarningImportant

Handles rendering of Tip/Warning/Important/Caution/Note blocks.

public void ParseNoteTipWarningImportant(ModifyMarkdownArguments args)

ParseXrefTags

public void ParseXrefTags(ModifyMarkdownArguments args)

Requirements

Namespace: MarkdownMonster.RenderExtensions
Assembly: markdownmonster.exe

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