Skip to content

Commit

Permalink
DX-1846: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Sep 19, 2022
1 parent 3831363 commit 76f5404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions tests/full/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Text can be **bold**, _italic_, or ~~strikethrough~~.
* [Absolute URL to page]({{ page.url | absolute_url }}).
* [Relative URL to CSS file]({{ "/test.css" | relative_url }}).
* [External absolute full link](https://www.wikipedia.org)
* [External protocol relative link](//www.wikipedia.org)
* [Internal absolute full link]({{ site.url }})
* [Internal explicit relative link](./page1)
* [Internal implicit relative link](page1)
* [Internal absolute link](/page1)
* [Internal explicit relative link](./link)
* [Internal implicit relative link](link)
* [Internal absolute link](/link)

There should be whitespace between paragraphs.

Expand Down
2 changes: 0 additions & 2 deletions tests/full/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ description: For testing HTML
---

* This file is linked from [index][index].
* [This is an absolute URL to this page][absolute].
* [And here's a relative URL to this page][relative]

[index]: /
[absolute]: {{ page.url | absolute_url }}
[relative]: {{ "/link" | relative_url }}

0 comments on commit 76f5404

Please sign in to comment.