From a613e52c8cc33475242ab508438e967b3a447f4a Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 21 Sep 2008 00:44:59 +0200 Subject: Nicer HTML --- trivium.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trivium.rb b/trivium.rb index a4b991b..77d7fcf 100644 --- a/trivium.rb +++ b/trivium.rb @@ -33,6 +33,10 @@ class SpanBlueCloth < BlueCloth def apply_block_transforms(text, rs) text # we don't do blocks end + + def to_html + super.strip + end end class InlineMath < String -- cgit 1.4.1