dzLib.js
|
Javascript UBB-parser | |
Description:
The parser is in beta-stadium however. It seems everything is working allright. The
todo-list includes: the [list] tag (at the moment, all tags need a closing-tag),
smiley-support and generic syntax highlighting (like: [code=js]).
Download:
code,
view-source.
Usage/*Sample code*/ //--| Create a new parser, no debugging var oParser=new Parser(false); alert( oParser.ubbParse('Some [b]marked-up[/b] strings with [i]emphasis[/i]') ); Live DemoUpdate history
|