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 e99ccdf77..9da6c9ee8 100644
--- a/lib/redcloth3.rb
+++ b/lib/redcloth3.rb
@@ -912,7 +912,7 @@ class RedCloth3 < String
end
IMAGE_RE = /
- (<p>|\s|^) # start of line?
+ (>|\s|^) # start of line?
\! # opening
(\<|\=|\>)? # optional alignment atts
(#{C}) # optional style,class atts