2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-27 14:45:03 +03:00
Files
bbob/packages/bbob-core/README.md
T
2018-07-30 22:52:48 +02:00

274 B

@bbob/core

Usage

const bbob = require('@bbob/core');
const presetHTML5 = require('@bbob/preset-html5');
const code = `[i]Text[/i]`;

const html = bbob([presetHTML5()]).process(code).html;

console.log(html); // <span style="font-style: italic;">Text</span>