-
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.
Merge pull request #448 from atc0005/i442-markdown-formatted-urls
Fix decoding of Markdown formatted URLs
- Loading branch information
Showing
6 changed files
with
59 additions
and
1 deletion.
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
2 changes: 2 additions & 0 deletions
2
...al/safelinks/testdata/input/encoded-all/list-of-markdown-formatted-urls-with-crlf-eol.txt
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevblogs.microsoft.com%2Fmicrosoft365dev%2Fretirement-of-office-365-connectors-within-microsoft-teams%2F&data=data_placeholder&sdata=sdata_placeholder&reserved=0) | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FO365ConnectorDeprecation&data=data_placeholder&sdata=sdata_placeholder&reserved=0) |
2 changes: 2 additions & 0 deletions
2
...rnal/safelinks/testdata/input/encoded-all/list-of-markdown-formatted-urls-with-lf-eol.txt
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevblogs.microsoft.com%2Fmicrosoft365dev%2Fretirement-of-office-365-connectors-within-microsoft-teams%2F&data=data_placeholder&sdata=sdata_placeholder&reserved=0) | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FO365ConnectorDeprecation&data=data_placeholder&sdata=sdata_placeholder&reserved=0) |
2 changes: 2 additions & 0 deletions
2
...inks/testdata/output/standalone/decoded-list-of-markdown-formatted-urls-with-crlf-eol.txt
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/) | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://aka.ms/O365ConnectorDeprecation) |
2 changes: 2 additions & 0 deletions
2
...elinks/testdata/output/standalone/decoded-list-of-markdown-formatted-urls-with-lf-eol.txt
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/) | ||
[Retirement of Office 365 connectors within Microsoft Teams](https://aka.ms/O365ConnectorDeprecation) |