mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
79baef9e7f
- @bbob/cli@1.0.3 - @bbob/core@1.0.3 - @bbob/html@1.0.4 - @bbob/parser@1.0.8 - @bbob/preset-html5@1.0.3 - @bbob/react@1.0.4
@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!']
}
]