lib/maruku/output/to_s.rb in maruku-0.7.0 vs lib/maruku/output/to_s.rb in maruku-0.7.1

- old
+ new

@@ -2,10 +2,9 @@ class MDElement # Strips all formatting from the string def to_s - warn "Maruku#to_s is deprecated and will be removed or changed in a near-future version of Maruku." children_to_s end def children_to_s @children.join