mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-27 14:45:03 +03:00
f90e0ca6aa
- @bbob/cli@1.0.1 - @bbob/core@1.0.1 - @bbob/html@1.0.2 - @bbob/parser@1.0.6 - @bbob/preset-html5@1.0.1 - @bbob/react@1.0.2
@bbob/parser
Parses BBCode and returns AST Tree looks like
[
{
tag: 'url',
attrs: {
url: 'https://github.com/JiLiZART/bbob/tree/master/packages/bbob-parser'
},
content: ['hello', ' ', 'world!']
}
]