-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mutations will not touch links label.
- Loading branch information
1 parent
063d1b3
commit 4b8b192
Showing
8 changed files
with
88 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,7 +170,7 @@ public static function dataProviderInvoke(): array { | |
# General | ||
Text text [tel](tel:+70000000000 "title") text [link](../from/file/a) | ||
text [link](../from/file/b ' <title> ') text [title](<../from/file/a> (title)) | ||
text [_`link`_](../from/file/b ' <title> ') text [title](<../from/file/a> (title)) | ||
[mailto](mailto:[email protected]) text [absolute](/path/to/file 'title') | ||
text [external](https://example.com/). | ||
|
@@ -203,7 +203,7 @@ public static function dataProviderInvoke(): array { | |
# General | ||
Text text [tel](tel:+70000000000 "title") text [link](./file/a) | ||
text [link](file/b ' <title> ') text [title](<./file/a> (title)) | ||
text [_`link`_](file/b ' <title> ') text [title](<./file/a> (title)) | ||
[mailto](mailto:[email protected]) text [absolute](/path/to/file 'title') | ||
text [external](https://example.com/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters