NAME
Text::HTML::Turndown::GFM - rules for Github Flavoured Markdown
SYNOPSIS
use Text::HTML::Turndown;
my $turndown = Text::HTML::Turndown->new(%$options);
$turndown->use('Text::HTML::Turndown::GFM');;
my $markdown = $convert->turndown(<<'HTML');
<table><tr><td>Hello</td><td>world!</td></tr></table>
HTML
# | Hello | world! |
SEE ALSO
Text::HTML::Turndown::Strikethrough
Text::HTML::Turndown::Tasklistitems
Text::HTML::Turndown::HighlightedCodeBlock
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.