- sub import { #{{{
-- hook(type => "htmlize", id => "mdwn", call => \&htmlize);
-+ hook(type => "htmlize", id => "mdwn", call => \&htmlize, escape => \&escape);
-+} # }}}
-+
-+sub escape ($) { #{{{
-+ my $html = shift;
-+ return $html;
- } # }}}
+> I couldn't figure out what to make it from, but thinking it through,
+> yeah, it should be $page. Revised patch follows. --Ethan