Click or drag to resize

MarkdownPropertyParserDeactivationCue Property

This regular expression is used to deactivate the property parsing. If this property is not null, the recognition of properties stops after a line matches this expression.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Regex DeactivationCue { get; set; }

Property Value

Type: Regex
See Also