diff options
| author | Colin Watson <cjwatson@debian.org> | 2018-02-22 14:15:07 +0000 |
|---|---|---|
| committer | Colin Watson <cjwatson@debian.org> | 2018-02-22 14:15:07 +0000 |
| commit | d6942d6b7c8540d1e22a89d1ece5f1a520894cad (patch) | |
| tree | d16fa8cdfba717e59140e6a22517ef5d54bbfc8c /tests | |
| parent | 1b966038502c0b386a6645d4b5125f623d0947bb (diff) | |
| download | pygments-git-d6942d6b7c8540d1e22a89d1ece5f1a520894cad.tar.gz | |
Markdown: add support for reference-style links
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/examplefiles/example.md | 3 |
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)  +[reference link][id] +[id]: http://example.com/ + ``` * this is just unformated __text__ |
