aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/nested-patterns.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2014-11-17 22:43:23 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2014-11-17 22:43:23 -0500
commited0ff55087235db8a3f02e10d6a1ed603ef4c476 (patch)
tree88a494362cdc19ed1687c67b6b5f7c9dacbcbf51 /tests/misc/nested-patterns.txt
parentf0357b28ef1723929146eabe6571d7c436c90c34 (diff)
parent69fd8b4871f3c027b78072af88bb8a62202bc7e7 (diff)
downloadmarkdown-ed0ff55087235db8a3f02e10d6a1ed603ef4c476.tar.gz
markdown-ed0ff55087235db8a3f02e10d6a1ed603ef4c476.tar.bz2
markdown-ed0ff55087235db8a3f02e10d6a1ed603ef4c476.zip
Merge pull request #367 from facelessuser/master
Fix issue #365 and #366
Diffstat (limited to 'tests/misc/nested-patterns.txt')
-rw-r--r--tests/misc/nested-patterns.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/misc/nested-patterns.txt b/tests/misc/nested-patterns.txt
index e347ccf..9032cf1 100644
--- a/tests/misc/nested-patterns.txt
+++ b/tests/misc/nested-patterns.txt
@@ -7,3 +7,7 @@ __[*link*](http://example.com)__
[***link***](http://example.com)
***I am ___italic_ and__ bold* I am `just` bold**
+
+Example __*bold italic*__ on the same line __*bold italic*__.
+
+Example **_bold italic_** on the same line **_bold italic_**.