Browse Source

- del <sup> handler

master
Alex 'AdUser' Z 9 years ago
parent
commit
499c6687d8
  1. 6
      lib/Text/Dokuwiki/Render/Markdown.pm

6
lib/Text/Dokuwiki/Render/Markdown.pm

@ -106,12 +106,6 @@ sub span {
return $content;
}
sub sup {
my ($self, $attrs, $content) = @_;
return "<sup>" . $self->treewalk($content) . "</sup>";
}
sub blockquote {
my ($self, $attrs, $content) = @_;

Loading…
Cancel
Save