| MarkdownPropertyParserCategoryCue Property |
This regular expression is used to detect the beginning of a group category
in the Markdown file.
If this property is not null, and a line matches this expression,
the current category is changed for all further property groups in the file.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public Regex CategoryCue { get; set; }
Public Property CategoryCue As Regex
Get
Set
Property Value
Type:
RegexRemarks
The regular expression needs a named capture group with name category.
See Also