2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-parser
2018-07-08 13:30:13 +02:00
..
2018-07-08 13:30:13 +02:00
2018-07-08 13:30:13 +02:00
2018-06-12 20:08:15 +02:00
2018-07-08 13:30:13 +02:00
2018-07-08 11:59:59 +02:00

@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!']
    }
]