The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PurpleWiki::View::wikitext - View Driver used for WikiText output.

DESCRIPTION

Converts a PurpleWiki::Tree into WikiText.

OBJECT STATE

outputString

This contains the current working copy of the text that is ultimately returned by view().

METHODS

new()

Returns a new PurpleWiki::View::wikihtml object.

view($wikiTree)

Returns the output as a string of WikiText.

AUTHORS

Matthew O'Connor, <matthew@canonical.org>

Chris Dent, <cdent@blueoxen.org>

Eugene Eric Kim, <eekim@blueoxen.org>

SEE ALSO

PurpleWiki::View::Driver