0.1.5 • Published 11 years ago
bbcode v0.1.5
BBCode Parser for NodeJS
This project aims to provide a robust BBCode Parser for NodeJS. Originally based on work by http://www.stonesteps.ca.
Usage
Install with NPM.
npm install bbcode
Write some code.
var bbcode = require('bbcode');
bbcode.parse('btext/b', function(content) { ... }
TODO
- spoiler boxes
- font face
License
BSD