-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem on repeat #14
Comments
I saw after this other issue #13 also reported the same problem now you must specify if the shorcode is used in single mode or not : es [[tag]][[/tag]] [[other_tag]][[/other_tag]] [[tag]][[/tag]] in this case don't use single tag [[tag]]
es {{tag}} {{other_tag}} in this case don't use closed tag {{tag}}{{/tag}}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
anddolor sit
!!The text was updated successfully, but these errors were encountered: