2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-02 16:04:04 +03:00
Files
bbob/packages/bbob-parser
Nikolay Kostyurin df87e56143 Publish
- @bbob/cli@1.0.5
 - @bbob/core@1.0.5
 - @bbob/html@1.0.6
 - @bbob/parser@1.0.10
 - @bbob/preset-html5@1.0.5
 - @bbob/react@1.0.6
2018-07-11 23:38:32 +02:00
..
2018-07-08 13:30:13 +02:00
2018-06-12 20:08:15 +02:00
2018-07-11 23:38:32 +02:00
2018-07-11 23:38:32 +02:00
2018-07-11 16:58:57 +02:00
2018-07-08 11:59:59 +02:00

@bbob/parser

install size

Parses BBCode and returns AST Tree looks like

[url=]hello world![/url] to

[
    {
        "tag": "url",
        "attrs": {
            "url": "https://github.com/JiLiZART/bbob/tree/master/packages/bbob-parser"
        },
        "content": ["hello", " ", "world!"]
    }
]