summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-04-01 15:16:47 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-04-01 15:16:47 +0000
commit71e5476f3c7414c9845c07f43a0f4e03b256b27f (patch)
tree3a4991c2c954679cda03d3d2d60d4cde8536093c /tests
parent366a92c61b78e59526e4ec3ca42d276fd90010c5 (diff)
parent6037043e01b2a096d39883f9f7dd27cdcfe8d0ab (diff)
downloadpygments-71e5476f3c7414c9845c07f43a0f4e03b256b27f.tar.gz
Merged in cjwatson/pygments-main (pull request #753)
Markdown: add support for reference-style links
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/example.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examplefiles/example.md b/tests/examplefiles/example.md
index 2befb107..e2bbacf1 100644
--- a/tests/examplefiles/example.md
+++ b/tests/examplefiles/example.md
@@ -46,6 +46,9 @@ this sentence @tweets a person about a #topic.
[google](https://google.com/some/path.html)
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
+[reference link][id]
+[id]: http://example.com/
+
```
* this is just unformated
__text__