in reply to Re^4: HTML Editorin thread HTML Editor
use Text::WikiFormat; my $html = Text::WikiFormat::format($raw); [download]
(Hint: You might want to read Text::WikiFormat too)