JiLiZART / BBob

⚡️Blazing fast js bbcode parser, that transforms and parses bbcode to AST and transform it to HTML, React, Vue with plugin support in pure javascript, no dependencies
https://codepen.io/JiLiZART/full/vzMvpd
MIT License
166 stars 19 forks source link

Can this be used in reverse? #240

Closed mark8044 closed 4 months ago

mark8044 commented 4 months ago

Can this be used to convert HTML or AST --> BBCode?

JiLiZART commented 4 months ago

Good question. Technicaly you can parse HTML, we have some tests, but not all HTML behavior (like partialy closed tags and etc). So you can try to convert HTML to AST and than use custom settings to render BBCode.

I created some sandbox to test