Fix remaining tests

This commit is contained in:
2015-09-03 19:21:02 -04:00
parent 02662a0853
commit 9d63320331
11 changed files with 464 additions and 462 deletions

View File

@@ -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 )