logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormatMarkdown - Format HTML as Markdown

Authors

• Nigel Metheringham <nigelm@cpan.org> • Sean M Burke <sburke@cpan.org> • Gisle Aas <gisle@ActiveState.com>

Description

HTML::FormatMarkdown is a formatter that outputs Markdown. HTML::FormatMarkdown is built on HTML::Formatter and documentation for that module applies to this - especially "new" in HTML::Formatter, "format_file" in HTML::Formatter and "format_string" in HTML::Formatter.

Name

HTML::FormatMarkdown - Format HTML as Markdown

Synopsis

use HTML::FormatMarkdown; my $string = HTML::FormatMarkdown->format_file( 'test.html' ); open my $fh, ">", "test.md" or die "$!\n"; print $fh $string; close $fh;

Version

version 2.16

See Also