mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-24 14:04:06 +03:00
chore(parser): update readme
This commit is contained in:
committed by
GitHub
parent
79eb220a5b
commit
39da03c546
@@ -12,7 +12,7 @@ const options = {
|
||||
onlyAllowTags: ['url', 'h'],
|
||||
onError: (err) => console.warn(err.message, err.lineNumber, err.columnNumber)
|
||||
}
|
||||
const ast = parse('[url=https://github.com/JiLiZART/bbob/tree/master/packages/bbob-parser]hello world![/url]')
|
||||
const ast = parse('[url=https://github.com/JiLiZART/bbob/tree/master/packages/bbob-parser]hello world![/url]', options)
|
||||
```
|
||||
|
||||
## Results
|
||||
|
||||
Reference in New Issue
Block a user