Fix remaining tests
This commit is contained in:
9
vendor/gems/bluecloth/lib/bluecloth.rb
vendored
9
vendor/gems/bluecloth/lib/bluecloth.rb
vendored
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/ruby
|
||||
#
|
||||
# #!/usr/bin/ruby
|
||||
# -*- encoding : utf-8 -*-
|
||||
#
|
||||
# Bluecloth is a Ruby implementation of Markdown, a text-to-HTML conversion
|
||||
# tool.
|
||||
#
|
||||
@@ -1032,7 +1033,7 @@ class BlueCloth < String
|
||||
)? # title is optional
|
||||
\)
|
||||
)
|
||||
}xs #"
|
||||
}x #"
|
||||
|
||||
|
||||
# Reference-style images
|
||||
@@ -1043,7 +1044,7 @@ class BlueCloth < String
|
||||
(?:\n[ ]*)? # One optional newline + spaces
|
||||
\[ (.*?) \] # id = $3
|
||||
)
|
||||
}xs
|
||||
}x
|
||||
|
||||
### Turn image markup into image tags.
|
||||
def transform_images( str, rs )
|
||||
|
||||
Reference in New Issue
Block a user