add more cases to "About" regex rule numbering scheme
This commit is contained in:
parent
ccedb01e8d
commit
e99ca3c140
@ -76,7 +76,7 @@
|
||||
@foreach (var rule in rules)
|
||||
{
|
||||
<div class="rule">
|
||||
@if (!rule.StartsWith("#") && !Regex.IsMatch(rule, @"^\d+(.|\))"))
|
||||
@if (!rule.StartsWith("#") && !Regex.IsMatch(rule.StripColors(), @"^(Rule ?#?)?\d+(.|\))"))
|
||||
{
|
||||
<span>@start.</span>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user