Skip to content

Commit

Permalink
Fix extended email autolink ambiguity (commonmark#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP authored and Ashe Connor committed May 3, 2019
1 parent 78d8268 commit 10730e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9318,10 +9318,10 @@ the following rules:

* One ore more characters which are alphanumeric, or `.`, `-`, `_`, or `+`.
* An `@` symbol.
* One or more characters which are alphanumeric, or `.`, `-`, or `_`. At least
one of the characters here must be a period (`.`). The last character must
not be one of `-` or `_`. If the last character is a period (`.`), it will
be excluded from the autolink.
* One or more characters which are alphanumeric, or `-` or `_`,
separated by periods (`.`).
There must be at least one period.
The last character must not be one of `-` or `_`.

The scheme `mailto:` will automatically be added to the generated link:

Expand Down

0 comments on commit 10730e1

Please sign in to comment.