mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +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'],
|
onlyAllowTags: ['url', 'h'],
|
||||||
onError: (err) => console.warn(err.message, err.lineNumber, err.columnNumber)
|
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
|
## Results
|
||||||
|
|||||||
Reference in New Issue
Block a user