Skip to content

Commit

Permalink
Merge pull request #277 from leeyeh/master
Browse files Browse the repository at this point in the history
fix missing hash when linkify urls with unicode characaters
  • Loading branch information
jonschlinkert authored Jul 5, 2018
2 parents fa88dca + 1bfaefe commit 6cca938
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"argparse": "~0.1.15",
"autolinker": "~0.15.0"
"autolinker": "~0.28.0"
},
"devDependencies": {
"ansi": "^0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions test/fixtures/remarkable/linkify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ www.example.org版权所有
.


unicode
.
www.example.org#版权所有
.
<p><a href="http://www.example.org#版权所有">www.example.org#版权所有</a></p>
.

emails
.
test@example.com
Expand Down

0 comments on commit 6cca938

Please sign in to comment.