Renders a handful of DocFx Markdown extensions in the previewer or for output generation.
MarkdownMonster.RenderExtensions.DocFxRenderExtension
public class DocFxRenderExtension : object, IRenderExtension
Class Members
Member | Description | |
---|---|---|
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: 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.RenderExtensionsAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic