This project aims to provide a robust BBCode Parser for NodeJS. Originally based on work by http://www.stonesteps.ca.
Install with NPM.
npm install bbcode
Write some code.
var bbcode = require('bbcode');
bbcode.parse('[b]text[/b]', function(content) { ... }
- spoiler boxes
- font face
BSD