Pelzini

This is the code documentation for the Pelzini project

function htmlify_text()

This will take the provided text, and turn it into HTML
If it contains HTML, it will validate it, otherwise it
will wrap everything in a PRE

This function also removes extra spaces from the beginning of lines
but will do so in a manner that indenting is preserved

Usage

unknown htmlify_text ( mixed $text );

Authors

Arguments

  1. $text