tags to code blocks
+ code = code.sub(//,'')
+ code = code.sub(/<\/pre>/,"
")
+ end
+
end
end
diff --git a/test/test_tags.rb b/test/test_tags.rb
index 0c3caa6d..64119572 100644
--- a/test/test_tags.rb
+++ b/test/test_tags.rb
@@ -49,7 +49,7 @@ CONTENT
end
should "render markdown with pygments line handling" do
- assert_match %{test\n
}, @result
+ assert_match %{test\n
}, @result
end
end
@@ -59,7 +59,7 @@ CONTENT
end
should "render markdown with pygments line handling" do
- assert_match %{Æ\n
}, @result
+ assert_match %{Æ\n
}, @result
end
end