From: Gareth Rees <
[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: HTML::FromText 1.004
Followup-To: comp.lang.perl.modules
Date: 9 Jun 1999 11:33:56 GMT
Organization: Canon Research Centre Europe
Lines: 33
Approved:
[email protected] (comp.lang.perl.announce)
Message-ID: <
[email protected]>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!nntp1.jpl.nasa.gov!news.spies.com!news.sgi.com!nntp.primenet.com!su-news-hub1.bbnplanet.com!news.gtei.net!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:310 comp.lang.perl.modules:11682
NAME
HTML::FromText - mark up text as HTML
SYNOPSIS
use HTML::FromText;
print text2html($text, urls => 1, paras => 1, headings => 1);
DESCRIPTION
The text2html function marks up plain text as HTML. By
default it converts HTML metacharacters into the
corresponding entities. More sophisticated transformations,
such as splitting the text into paragraphs or marking up
bulleted lists, can be carried out by setting the
appropriate options.
URL
http://www.cpan.org/authors/id/G/GD/GDR/HTML-FromText-1.004.tar.gz
NEW FEATURES
1.004 New options 'blockparas' (mark up block quotes as ordinary
paragraphs) and 'blockcode' (mark up block quotes in
fixed-width font while preserving line breaks and spaces).
Tabs are expanded throughout the text (it was a bug not to
do so in earlier versions because alignment could be lost,
block quotes not recognised, etc).
New option 'tables'.
--
Gareth Rees