diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb
index fa48b2db98641e6985ced38b1b51bdc96e5dab6c..ffc0e1186be039722da0f6bc336b7216e04d83a0 100644
--- a/lib/redcloth3.rb
+++ b/lib/redcloth3.rb
@@ -388,7 +388,7 @@ class RedCloth3 < String
                 (?!\-\-)
                 #{rcq}
                 (#{QTAGS_JOIN}|)      # oqa
-                (?=[[:punct:]]|\s|\)|$)/x
+                (?=[[:punct:]]|<|\s|\)|$)/x
             else
                 /(#{rcq})
                 (#{C})