mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-05 16:42:27 +03:00
f90e0ca6aa
- @bbob/cli@1.0.1 - @bbob/core@1.0.1 - @bbob/html@1.0.2 - @bbob/parser@1.0.6 - @bbob/preset-html5@1.0.1 - @bbob/react@1.0.2
bbob
Usage
const bbob = require('@bbob/core');
const presetHTML5 = require('@bbob/preset-html5');
const code = `[i]Text[/i]`;
const processor = bbob([presetHTML5]).process(code, {sync: true}).html