in reply to Re^4: HTML Editor
in thread HTML Editor

use Text::WikiFormat; my $html = Text::WikiFormat::format($raw);

(Hint: You might want to read Text::WikiFormat too)

--
b10m

All code is usually tested, but rarely trusted.