If this addin wants to provide a custom Markdown Parser this method can be overriden to do it.
public virtual IMarkdownParser GetMarkdownParser(bool usePragmaLines, bool force)
Return Value
IMarkdownParser instance or null. Passed the instance is used for parsing
Parameters
usePragmaLines
If true, pragma line ids should be added into the document
to support preview synchronization
force
Forces the parser to be reloaded - otherwise previously loaded instance can be used
See also:
Class MarkdownMonsterAddin© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic