-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26c28ed
commit c72ad20
Showing
2 changed files
with
98 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
<!-- TODO --> | ||
## Markdown Links with html | ||
|
||
- [Home with query](/?home=true) | ||
- [Home with query and hash](/?home=true#home) | ||
- [404 with hash](/404.html#404) | ||
- [404 with hash and query](/404.html#404?notFound=true) | ||
|
||
## Markdown Links with md | ||
|
||
- [Home with query](/README.md?home=true) | ||
- [Home with query and hash](/README.md?home=true#home) | ||
- [404 with hash](/404.md#404) | ||
- [404 with hash and query](/404.md#404?notFound=true) | ||
|
||
## HTML Links | ||
|
||
<a href="/?home=true" class="home-with-query">Home</a> | ||
<a href="/?home=true#home" class="home-with-query-and-hash">Home</a> | ||
<a href="/404.html#404" class="not-found-with-hash">404</a> | ||
<a href="/404.html#404?notFound=true" class="not-found-with-hash-and-query">404</a> |
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