summaryrefslogtreecommitdiff
path: root/tests/misc/em-around-links.txt
blob: 77dccdb5f7f588da222a2ed350deab0ad900ef20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Title

  - *[Python in Markdown](http://packages.python.org/Markdown/) by some
    great folks* - This *does* work as expected.
  - _[Python in Markdown](http://packages.python.org/Markdown/) by some
    great folks_ - This *does* work as expected.
  - [_Python in Markdown_](http://packages.python.org/Markdown/) by some
    great folks - This *does* work as expected.
  - [_Python in Markdown_](http://packages.python.org/Markdown/) _by some
    great folks_ - This *does* work as expected.

_[Python in Markdown](http://packages.python.org/Markdown/) by some
great folks_ - This *does* work as expected.