Adding failing test for a list with following list with links

This commit is contained in:
Anh Nhan Nguyen 2013-12-18 20:29:20 +01:00
parent df6fe915c6
commit ae5a171be1
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<p>Links:</p>
<ul>
<li><a href="http://google.com">Google</a></li>
<li>
<p><a href="http://microsoft.com/">Microsoft</a></p>
</li>
</ul>

View File

@ -0,0 +1,6 @@
Links:
- [Google][2]
- [Microsoft][3]
[2]: http://google.com/
[3]: http://microsoft.com/