Good morning @ssimpo a great library congratulations!
There is only one big problem that happens if you want to parse a string with the same tag repeated es [[test]] lore impsum [[/ test]] bla bla bla [[test]] dolor sit [[/ test]]
in this case the parse content returns:
bla bla bla [[test]] dolor sit
instead of the expected lore impsum and dolor sit!!
Good morning @ssimpo a great library congratulations!
There is only one big problem that happens if you want to parse a string with the same tag repeated es
[[test]] lore impsum [[/ test]] bla bla bla [[test]] dolor sit [[/ test]]in this case the parse content returns:
bla bla bla [[test]] dolor sitinstead of the expected
lore impsumanddolor sit!!