webwizo / laravel-shortcodes

Wordpress like shortcodes for Laravel 4.2, 5.x, 6.x, 7.x, 8.x, 9.x and 10.x
MIT License
214 stars 49 forks source link

Malformed shortcodes cause strange output #37

Open swirlingskirts opened 6 years ago

swirlingskirts commented 6 years ago

I found that this comment:

THANK YOU VERY MUCH! [I AM SO SORRY THAT MY ENGLISH IS POOR ....

Caused some very unexpected output.

THANK YOU VERY MUCH! <em class="fab fa-youtube"></em>

Followed by many lines of my blade template where this should have output inexplicably being skipped - it literally picks up again in the middle of a different section.