2
0
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:
Nikolay Kostyurin
2018-07-20 09:51:42 +02:00
committed by GitHub
parent 79eb220a5b
commit 39da03c546
+1 -1
View File
@@ -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