man-pages/man3/HTML::FormatMarkdown.3pm.html
2021-03-31 01:06:50 +01:00

125 lines
3.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of HTML::FormatMarkdown</TITLE>
</HEAD><BODY>
<H1>HTML::FormatMarkdown</H1>
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2016-12-15<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
HTML::FormatMarkdown - Format HTML as Markdown
<A NAME="lbAC">&nbsp;</A>
<H2>VERSION</H2>
version 2.12
<A NAME="lbAD">&nbsp;</A>
<H2>SYNOPSIS</H2>
<PRE>
use HTML::FormatMarkdown;
my $string = HTML::FormatMarkdown-&gt;format_file(
'test.html'
);
open my $fh, &quot;&gt;&quot;, &quot;test.md&quot; or die &quot;$!\n&quot;;
print $fh $string;
close $fh;
</PRE>
<A NAME="lbAE">&nbsp;</A>
<H2>DESCRIPTION</H2>
HTML::FormatMarkdown is a formatter that outputs Markdown.
<P>
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.
<A NAME="lbAF">&nbsp;</A>
<H2>INSTALLATION</H2>
See perlmodinstall for information and options on installing Perl modules.
<A NAME="lbAG">&nbsp;</A>
<H2>BUGS AND LIMITATIONS</H2>
You can make new bug reports, and view existing ones, through the
web interface at &lt;<A HREF="http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Format">http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Format</A>&gt;.
<A NAME="lbAH">&nbsp;</A>
<H2>AVAILABILITY</H2>
The project homepage is &lt;<A HREF="https://metacpan.org/release/HTML-Format">https://metacpan.org/release/HTML-Format</A>&gt;.
<P>
The latest version of this module is available from the Comprehensive Perl
Archive Network (<FONT SIZE="-1">CPAN</FONT>). Visit &lt;<A HREF="http://www.perl.com/CPAN/">http://www.perl.com/CPAN/</A>&gt; to find a <FONT SIZE="-1">CPAN</FONT>
site near you, or see &lt;<A HREF="https://metacpan.org/module/HTML::Format/">https://metacpan.org/module/HTML::Format/</A>&gt;.
<A NAME="lbAI">&nbsp;</A>
<H2>AUTHORS</H2>
<DL COMPACT>
<DT id="1">&bull;<DD>
Nigel Metheringham &lt;<A HREF="mailto:nigelm@cpan.org">nigelm@cpan.org</A>&gt;
<DT id="2">&bull;<DD>
Sean M Burke &lt;<A HREF="mailto:sburke@cpan.org">sburke@cpan.org</A>&gt;
<DT id="3">&bull;<DD>
Gisle Aas &lt;<A HREF="mailto:gisle@ActiveState.com">gisle@ActiveState.com</A>&gt;
</DL>
<A NAME="lbAJ">&nbsp;</A>
<H2>COPYRIGHT AND LICENSE</H2>
This software is copyright (c) 2015 by Nigel Metheringham, 2002-2005 Sean M Burke, 1999-2002 Gisle Aas.
<P>
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
<DT id="5"><A HREF="#lbAC">VERSION</A><DD>
<DT id="6"><A HREF="#lbAD">SYNOPSIS</A><DD>
<DT id="7"><A HREF="#lbAE">DESCRIPTION</A><DD>
<DT id="8"><A HREF="#lbAF">INSTALLATION</A><DD>
<DT id="9"><A HREF="#lbAG">BUGS AND LIMITATIONS</A><DD>
<DT id="10"><A HREF="#lbAH">AVAILABILITY</A><DD>
<DT id="11"><A HREF="#lbAI">AUTHORS</A><DD>
<DT id="12"><A HREF="#lbAJ">COPYRIGHT AND LICENSE</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:45 GMT, March 31, 2021
</BODY>
</HTML>