Skip to content

Commit

Permalink
r1522@lilal: allison | 2005-11-21 13:51:17 -0800
Browse files Browse the repository at this point in the history
 Russ Allbery's doc patch for the "preserve whitespace" feature.
  • Loading branch information
allisonrandal authored and theory committed Dec 4, 2009
1 parent f480ebc commit a09bd74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Pod/Simple/Subclassing.pod
Expand Up @@ -839,6 +839,14 @@ true for an HTML formatter class should omit the
If you want to set this to true, you should probably also set
C<no_whining> or at least C<no_errata_section> to true.

=item C<< $parser->preserve_whitespace( I<SOMEVALUE> ) >>

If you set this attribute to a true value, the parser will try to
preserve whitespace in the output. This means that such formatting
conventions as two spaces after periods will be preserved by the parser.
This is primarily useful for output formats that treat whitespace as
significant (such as text or *roff, but not HTML).

=back


Expand Down

0 comments on commit a09bd74

Please sign in to comment.