diff options
Diffstat (limited to 'MarkdownTest/Tests/Links, shortcut references.text')
-rwxr-xr-x | MarkdownTest/Tests/Links, shortcut references.text | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/MarkdownTest/Tests/Links, shortcut references.text b/MarkdownTest/Tests/Links, shortcut references.text new file mode 100755 index 0000000..8c44c98 --- /dev/null +++ b/MarkdownTest/Tests/Links, shortcut references.text @@ -0,0 +1,20 @@ +This is the [simple case]. + +[simple case]: /simple + + + +This one has a [line +break]. + +This one has a [line +break] with a line-ending space. + +[line break]: /foo + + +[this] [that] and the [other] + +[this]: /this +[that]: /that +[other]: /other |