summary refs log tree commit diff
path: root/trivium.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trivium.rb')
-rw-r--r--trivium.rb4
1 files changed, 4 insertions, 0 deletions
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