mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-02 16:04:04 +03:00
67ccc740e3
- @bbob/cli@2.0.3 - @bbob/core@2.1.0 - @bbob/preset-html5@2.1.2 - @bbob/preset-react@2.0.3 - @bbob/react@2.0.3
@bbob/core
Usage
import bbob from '@bbob/core'
import { render } from '@bbob/html'
import presetHTML5 from '@bbob/preset-html5'
const code = `[i]Text[/i]`;
const html = bbob(presetHTML5()).process(code, { render }).html;
console.log(html); // <span style="font-style: italic;">Text</span>