You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue [#300](https://github.com/executablebooks/markdown-it-py/issues/300) emphasis inside raw links (underscore) mix1
230
+
.
231
+
While this `does`http://example.org/foo._bar_-_baz, this doesnt http://example.org/foo._bar_-_baz and this **does**http://example.org/foo._bar_-_baz
232
+
.
233
+
<p>While this <code>does</code> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a>, this doesnt <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a> and this <strong>does</strong> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a></p>
234
+
.
235
+
236
+
Issue [#300](https://github.com/executablebooks/markdown-it-py/issues/300) emphasis inside raw links (underscore) mix2
237
+
.
238
+
This applies to _series of URLs too_http://example.org/foo._bar_-_bazhttp://example.org/foo._bar_-_baz, these dont http://example.org/foo._bar_-_bazhttp://example.org/foo._bar_-_baz and these **do**http://example.org/foo._bar_-_bazhttp://example.org/foo._bar_-_baz
239
+
.
240
+
<p>This applies to <em>series of URLs too</em> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a>, these dont <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a> and these <strong>do</strong> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a> <ahref="http://example.org/foo._bar_-_baz">http://example.org/foo._bar_-_baz</a></p>
241
+
.
242
+
243
+
emphasis inside raw links (asterisk) at end of line
0 commit comments