-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'notriddle/reference-links'
- Loading branch information
Showing
4 changed files
with
135 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ tempor invidunt ut labore et dolore magna aliquyam erat | |
Lorem ipsum dolor sit amet, [consetetur | ||
sadipscing](http://www.example.com/inline) elitr, sed diam nonumy eirmod tempor | ||
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos | ||
et accusam et [justo duo dolores](http://www.example.com/reference) et ea rebum. Stet clita kasd gubergren, no | ||
et accusam et [justo duo dolores][1] et ea rebum. Stet clita kasd gubergren, no | ||
sea [takimata sanctus](./showcase.md) est Lorem ipsum dolor sit amet. | ||
|
||
Ask to <[email protected]>. | ||
|
@@ -216,7 +216,7 @@ What about \*this\* or \*\*that\*\*? | |
|
||
\[disabled named link\]: target | ||
|
||
[named-link](bah) | ||
[named-link][enabled] | ||
|
||
\[disabled named link\]\[disabled\] | ||
|
||
|
@@ -255,4 +255,6 @@ foo | |
[Links]: http://www.example.com/shortcut | ||
[`diam`]: http://www.example.com/shortcut_code_diam | ||
[`voluptua`]: http://www.example.com/shortcut_code_voluptua | ||
[Images]: http://www.example.com/another_shortcut | ||
[1]: http://www.example.com/reference | ||
[Images]: http://www.example.com/another_shortcut | ||
[enabled]: bah |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ tempor invidunt ut labore et dolore magna aliquyam erat | |
Lorem ipsum dolor sit amet, [consetetur | ||
sadipscing](http://www.example.com/inline) elitr, sed diam nonumy eirmod tempor | ||
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos | ||
et accusam et [justo duo dolores](http://www.example.com/reference) et ea rebum. Stet clita kasd gubergren, no | ||
et accusam et [justo duo dolores][1] et ea rebum. Stet clita kasd gubergren, no | ||
sea [takimata sanctus](./showcase.md) est Lorem ipsum dolor sit amet. | ||
|
||
Ask to <[email protected]>. | ||
|
@@ -216,7 +216,7 @@ What about \*this\* or \*\*that\*\*? | |
|
||
\[disabled named link\]: target | ||
|
||
[named-link](bah) | ||
[named-link][enabled] | ||
|
||
\[disabled named link\]\[disabled\] | ||
|
||
|
@@ -255,4 +255,6 @@ foo | |
[Links]: http://www.example.com/shortcut | ||
[`diam`]: http://www.example.com/shortcut_code_diam | ||
[`voluptua`]: http://www.example.com/shortcut_code_voluptua | ||
[Images]: http://www.example.com/another_shortcut | ||
[1]: http://www.example.com/reference | ||
[Images]: http://www.example.com/another_shortcut | ||
[enabled]: bah |
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