Skip to content

Commit 32f0fcf

Browse files
committed
removes the warning about italics
1 parent 6da53be commit 32f0fcf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/validation/rules/rules-tutorials.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
# format: markdown
1818
# errorMessage: Missing '## Goals' section.
1919

20-
- regex: "(?<=\\s)\\*[^* ].*\\*[^*]"
21-
shouldMatch: false
22-
type: warning
23-
format: markdown
24-
errorMessage: The use of italic emphasis is discouraged.
20+
#- regex: "(?<=\\s)\\*[^* ].*\\*[^*]"
21+
# shouldMatch: false
22+
# type: warning
23+
# format: markdown
24+
# errorMessage: The use of italic emphasis is discouraged.
2525

26-
- regex: "(?<=\\s)_[^_].*_[^_]"
27-
shouldMatch: false
28-
type: warning
29-
format: markdown
30-
errorMessage: The use of italic emphasis is discouraged.
26+
# - regex: "(?<=\\s)_[^_].*_[^_]"
27+
# shouldMatch: false
28+
# type: warning
29+
# format: markdown
30+
# errorMessage: The use of italic emphasis is discouraged.
3131

3232
- regex: "^\\*{3}(?: +\\S+)|(?:\\S+ +)\\*{3}$"
3333
shouldMatch: false

0 commit comments

Comments
 (0)