shortcode-parser
shortcode-parser copied to clipboard
Nesting shortcodes
I realised that simple nesting of shortcodes doesn't work
var str = "This is [bold upper=true]Bold [bar]Text[/bar][/bold]!!!";
Is this implementation in your release map? :)