Skip to content

Commit

Permalink
fix links test
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 12, 2019
1 parent 6e84f7a commit 24d6f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/new/links.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p>Link: <a href="https://example.org/">constructor</a>.</p>

<p><a href=\"https://example.com/1\">One</a> (<a href=\"https://example.com/2\">Two</a>) <a href=\"https://example.com/3\">Three</a></p>
<p><a href="https://example.com/1">One</a> (<a href="https://example.com/2">Two</a>) <a href="https://example.com/3">Three</a></p>
2 changes: 1 addition & 1 deletion test/new/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Link: [constructor][].

[One](https://example.com/1) ([Two](https://example.com/2)) [Three](https://example.com/3)

[constructor]: https://example.org
[constructor]: https://example.org/

0 comments on commit 24d6f19

Please sign in to comment.