lib/govspeak.rb in govspeak-3.3.0 vs lib/govspeak.rb in govspeak-3.4.0

- old
+ new

@@ -34,9 +34,13 @@ private :kramdown_doc def to_html kramdown_doc.to_html end + + def to_liquid + to_html + end def to_sanitized_html HtmlSanitizer.new(to_html).sanitize end