class Slim::Smart::Escaper

def on_slim_text(type, content)

def on_slim_text(type, content)
  [:escape, type != :verbatim, [:slim, :text, type, compile(content)]]
end