fzankl / docsify-plugin-flexible-alerts

docsify plugin to convert blockquotes into beautiful and configurable alerts using preconfigured or own styles and alert types.
MIT License
129 stars 14 forks source link

nothing happening after configuring this plugin #9

Closed zivl closed 5 years ago

zivl commented 5 years ago

I'm doing the step-by-step guide but I cannot see any change. to reproduce it, please see https://github.com/wix/sentry-testkit/pull/35

fzankl commented 5 years ago

Please ensure that you use the correct ordering of script imports as mentioned here: Docsify Quick Start So you have to place the script imports of docsify and all plugins after the script window.$docsify = {}

Please let me know if this could fix your issue.

zivl commented 5 years ago

yep it wasn't docsify but something other plugin which it's order conflicting with yours. Thanks for pointing it out...