2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-core
Nikolay Kostyurin 79baef9e7f Publish
- @bbob/cli@1.0.3
 - @bbob/core@1.0.3
 - @bbob/html@1.0.4
 - @bbob/parser@1.0.8
 - @bbob/preset-html5@1.0.3
 - @bbob/react@1.0.4
2018-07-11 00:53:22 +02:00
..
2018-07-08 13:30:13 +02:00
2018-07-08 13:30:13 +02:00
2018-07-08 13:30:13 +02:00
2018-07-11 00:53:22 +02:00
2018-07-11 00:53:22 +02:00
2018-07-08 13:30:13 +02:00

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