Brandon Ferens

Results 7 issues of Brandon Ferens

It appears that showdownjs changed the library and function name. So creating a new showdown fails. `return new Showdown.converter(opts);` should be changed to `return new showdown.Converter(opts);`

Thanks so much for this awesome plugin. I was having a couple issues with it as it was not throwing any errors with my theme's css folder being unwritable. I...

This plugin is exactly what I have been looking for as I needed to have a button in the popover. Do you have any plans to include a hover trigger...