issues
search
JimLiu
/
bbcode-to-react
A utility for turning raw BBCode into React elements.
MIT License
24
stars
21
forks
source link
Doesn't decode nested tags
#13
Open
1nstinct
opened
5 years ago
1nstinct
commented
5 years ago
[p][b]111[/b][/p] is decoded as [p]
111
[/p]
[p][b]111[/b][/p] is decoded as [p]111[/p]