Open
Description
The docsify-dark-mode
plugin is using ES2015 features which are not supported by IE11.
Since IE11 is officially support by docsify, docsify plugins should be authored using only ES5 or transpiled from ES6+ to ES5 using a tool like Babel.
Thanks!