mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-18 12:39:39 +03:00
266 B
266 B
@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!']
}
]