Class MarkdownParserFactory

Retrieves an instance of a markdown parser

System.Object
  MarkdownMonster.MarkdownParserFactory
public static class MarkdownParserFactory : object

Class Members

MemberDescription

CurrentParser

Use a cached instance of the Markdown Parser to keep alive

GetParser

Retrieves a cached instance of the markdown parser

public static IMarkdownParser GetParser(bool usePragmaLines,     bool forceLoad,     string parserAddinId)

GetParserNames

Gets a list of all registered markdown parsers that live in an addin

public static List GetParserNames()

DefaultMarkdownParserName

Requirements

Namespace: MarkdownMonster
Assembly: markdownmonster.exe

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