Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
removes the warning about italics
  • Loading branch information
jhansson-ard committed Apr 30, 2024
commit 32f0fcf7a5015cdfd8cab837c44326ee0ac30c6f
20 changes: 10 additions & 10 deletions scripts/validation/rules/rules-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
# format: markdown
# errorMessage: Missing '## Goals' section.

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

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

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