{
    "mode": "perldoc",
    "parameter": "HTML::FormatMarkdown",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/HTML%3A%3AFormatMarkdown/json",
    "generated": "2026-06-10T12:06:41Z",
    "synopsis": "use HTML::FormatMarkdown;\nmy $string = HTML::FormatMarkdown->formatfile(\n'test.html'\n);\nopen my $fh, \">\", \"test.md\" or die \"$!\\n\";\nprint $fh $string;\nclose $fh;",
    "sections": {
        "NAME": {
            "content": "HTML::FormatMarkdown - Format HTML as Markdown\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 2.12\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use HTML::FormatMarkdown;\n\nmy $string = HTML::FormatMarkdown->formatfile(\n'test.html'\n);\n\nopen my $fh, \">\", \"test.md\" or die \"$!\\n\";\nprint $fh $string;\nclose $fh;\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "HTML::FormatMarkdown is a formatter that outputs Markdown.\n\nHTML::FormatMarkdown is built on HTML::Formatter and documentation for that module applies to\nthis - especially \"new\" in HTML::Formatter, \"formatfile\" in HTML::Formatter and \"formatstring\"\nin HTML::Formatter.\n",
            "subsections": []
        },
        "INSTALLATION": {
            "content": "See perlmodinstall for information and options on installing Perl modules.\n",
            "subsections": []
        },
        "BUGS AND LIMITATIONS": {
            "content": "You can make new bug reports, and view existing ones, through the web interface at\n<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Format>.\n",
            "subsections": []
        },
        "AVAILABILITY": {
            "content": "The project homepage is <https://metacpan.org/release/HTML-Format>.\n\nThe latest version of this module is available from the Comprehensive Perl Archive Network\n(CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you, or see\n<https://metacpan.org/module/HTML::Format/>.\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "*   Nigel Metheringham <nigelm@cpan.org>\n\n*   Sean M Burke <sburke@cpan.org>\n\n*   Gisle Aas <gisle@ActiveState.com>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2015 by Nigel Metheringham, 2002-2005 Sean M Burke, 1999-2002\nGisle Aas.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
            "subsections": []
        }
    },
    "summary": "HTML::FormatMarkdown - Format HTML as Markdown",
    "flags": [],
    "examples": [],
    "see_also": []
}