mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
fixes lint and test errors
This commit is contained in:
@@ -7,5 +7,5 @@ const bbob = require('@bbob/core');
|
||||
const presetHTML5 = require('@bbob/preset-html5');
|
||||
const code = `[i]Text[/i]`;
|
||||
|
||||
const processor = bbob([presetHTML5]).process(code, {sync: true})
|
||||
const processor = bbob([presetHTML5]).process(code, {sync: true}).html
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user