forked from sirthias/pegdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated regression tests for fixes in sirthias#214
fix bug introduced with fix sirthias#210, over-aggressive URL encoding.
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 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 |
---|---|---|
|
@@ -8,9 +8,12 @@ <h1><a href="#autolinks" name="autolinks">Autolinks</a></h1> | |
and URI links (<a href="mailto:[email protected]">[email protected]</a> | ||
is such an example).<br/> | ||
<a href="ftp://somesite.org:1234">ftp://somesite.org:1234</a>: this would be another one!</p> | ||
<p>or emphasis and strikethrough markers<br> | ||
URI links <strong><a href="mailto:[email protected]">[email protected]</a></strong> is such an example.<br> | ||
<strong><a href="ftp://somesite.org:1234">ftp://somesite.org:1234</a></strong> this would be another one!</p> | ||
<p>The following links should work just normally:</p> | ||
<ul> | ||
<li><a href="http://example">example</a></li> | ||
<li><a href="http://example">ex@mple</a></li> | ||
<li><a href="http://example">example://</a></li> | ||
</ul> | ||
</ul> |