shortcode icon indicating copy to clipboard operation
shortcode copied to clipboard

A Wordpress style shortcode parser ruby gem that's easily extendable

Results 5 shortcode issues
Sort by recently updated
recently updated
newest added

I'm getting this warning because you have rspec executable in `/bin` folder: ``` The `rspec` executable in the `shortcode` gem is being loaded, but it's also present in other gems...

When `[quote name=""]Body text[/quote]` is parsed, `@attributes[:name]` is an empty array. Is this expected behavior? I'd have expected it to be an empty string, or maybe nil.

This gem does not have any executables. Previous versions included the rubocop/rspec/appraisals binstubs. Fixes #58 Tests before the PR: ``` shortcode$ bin/rspec The `rspec` executable in the `rspec-core` gem is...