MarkdownParserFactory.GetParser

Retrieves a cached instance of the markdown parser

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

Return Value

Mardown Parser Interface

Parameters

usePragmaLines
If true adds pragma line ids into the document that the editor can sync to

forceLoad
Forces the parser to be reloaded - otherwise previously loaded instance is used

parserAddinId
optional addin id that checks for a registered Markdown parser


See also:

Class MarkdownParserFactory

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