Skip to content

Commit be93fae

Browse files
Tweak for markdownlint
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 530499e commit be93fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Correctly-Using-Regular-Expressions-Rationale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ Such changes would take years to adopt. Even worse, these changes might not be a
479479

480480
#### Status of adding \A and \z across ecosystems
481481

482-
As previously noted, one start is to have a *single* regex syntax
483-
that *always* means "match beginning of input and "match end of input"
484-
*even* when a multi-line mode is enabled.
482+
As previously noted, one start is to have a _single_ regex syntax
483+
that _always_ means "match beginning of input and "match end of input"
484+
_even_ when a multi-line mode is enabled.
485485
This notation is especially important for security, because they make it
486486
practical to use regexes for input validation.
487487

0 commit comments

Comments
 (0)