diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-10-18 20:34:33 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-10-18 20:34:33 -0400 |
commit | 5e46c060e99cacd634fd722aaf389fbe449aaa30 (patch) | |
tree | 366d1bab4288782cc6d90ec4421973f223225b70 /tests/misc/nested-patterns.html | |
parent | 57633f1743cc16e16c140cc92f860c62d872b6cc (diff) | |
parent | 72c819a6c7e10836f9ff67f662ac183fd01f5873 (diff) | |
download | markdown-5e46c060e99cacd634fd722aaf389fbe449aaa30.tar.gz markdown-5e46c060e99cacd634fd722aaf389fbe449aaa30.tar.bz2 markdown-5e46c060e99cacd634fd722aaf389fbe449aaa30.zip |
Merge pull request #358 from facelessuser/master
Fix tail out of order issue
Diffstat (limited to 'tests/misc/nested-patterns.html')
-rw-r--r-- | tests/misc/nested-patterns.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/misc/nested-patterns.html b/tests/misc/nested-patterns.html index 1ac98ee..8c46a58 100644 --- a/tests/misc/nested-patterns.html +++ b/tests/misc/nested-patterns.html @@ -4,4 +4,5 @@ <strong><a href="http://example.com"><em>link</em></a></strong> <strong><a href="http://example.com"><em>link</em></a></strong> <strong><a href="http://example.com"><em>link</em></a></strong> -<a href="http://example.com"><strong><em>link</em></strong></a></p>
\ No newline at end of file +<a href="http://example.com"><strong><em>link</em></strong></a></p> +<p><strong><em>I am <strong><em>italic</em> and</strong> bold</em> I am <code>just</code> bold</strong></p>
\ No newline at end of file |