| MarkdownPropertyParserGroupDocsBeginCue Property |
This regular expression is used to detect the beginning of the documentation
of a group. All lines, which are not recognized as properties or another cue,
are collected as the documentation for the group.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public Regex GroupDocsBeginCue { get; set; }
Public Property GroupDocsBeginCue As Regex
Get
Set
Property Value
Type:
RegexSee Also