NAME

Text::HTML::Turndown::Tables - rules for Markdown Tables

SYNOPSIS

use Text::HTML::Turndown;
my $turndown = Text::HTML::Turndown->new(%$options);
$turndown->use('Text::HTML::Turndown::Tables');

my $markdown = $convert->turndown(<<'HTML');
  <table><tr><td>Hello</td><td>world!</td></tr></table>
HTML
# | Hello | world! |
# | ----- | ------ |

REPOSITORY

The public repository of this module is https://github.com/Corion/Text-HTML-Turndown.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

BUG TRACKER

Please report bugs in this module via the Github bug queue at https://github.com/Corion/Text-HTML-Turndown/issues

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2025- by Max Maischein corion@cpan.org.

LICENSE

This module is released under the Artistic License 2.0.