summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/redcloth3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb
index fa48b2db9..ffc0e1186 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})