genert / bbcode

BBCode parser with bidirectional conversion.
http://genert.org/
MIT License
80 stars 27 forks source link

Construct BBCode with custom parsers #25

Closed ITO444 closed 2 years ago

ITO444 commented 4 years ago

Some may want to implement a set of bbcode tags which are completely different from the default ones. It would be pretty inconvenient for them to call addParser many times to set all of their tags and call except with an array of all the existing tags they don't want to disable them. This allows customizing a large amount of tags to be easier.

genert commented 2 years ago

LGTM