Fixes some textile issues with JRuby (#5404).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3718 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 15 years ago
parent 306ca5e714
commit 0a47389a65
  1. 2
      lib/redcloth3.rb

@ -388,7 +388,7 @@ class RedCloth3 < String
(?!\-\-)
#{rcq}
(#{QTAGS_JOIN}|) # oqa
(?=[[:punct:]]|\s|\)|$)/x
(?=[[:punct:]]|<|\s|\)|$)/x
else
/(#{rcq})
(#{C})

Loading…
Cancel
Save