diff options
-rw-r--r-- | trivium.rb | 4 |
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 |