You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note the content. it's supposed to be ""
i don't get this bug when not closing my tag with "[/chaine]"
my tag was simple
shortcode.add('chaine', function(tag) {
return tag.content;
});