From 5e5eece65ccb0f844a6f939aa81ed502d076a13c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 5 Oct 2008 14:35:04 +0200 Subject: Fix SpanBlueCloth --- trivium.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/trivium.rb b/trivium.rb index cbe8a21..5d119f3 100644 --- a/trivium.rb +++ b/trivium.rb @@ -31,9 +31,8 @@ ENTRIES = Dir.glob("entries/*.entry").map { |x| Entry[x] }. Entry.values.each { |v| Entry[v[:id]] = v } class SpanBlueCloth < BlueCloth - def apply_block_transforms(text, rs) - text # we don't do blocks - end + # Don't do block transforms. + alias apply_block_transforms apply_span_transforms def to_html super.rstrip -- cgit 1.4.1