@@ -13,3 +13,5 @@
<p>foo **bar **baz <strong>bazinga bla</strong></p>
<p>foo <strong>bar **baz **bazinga bla</strong></p>
<p>foo <strong>**bar **baz **bazinga bla</strong></p>
+<p>this is <strong><a href="//google.com/foo**bar">imbued link with strong</a></strong></p>
+<p>this is <strong><a href="google.com/foo__bar">imbued link with strong</a></strong></p>
@@ -27,3 +27,7 @@ foo **bar **baz **bazinga bla**
foo __bar **baz **bazinga bla__
foo __**bar **baz **bazinga bla__
+
+this is **<a href="//google.com/foo**bar">imbued link with strong</a>**
+this is __<a href="google.com/foo__bar">imbued link with strong</a>__