[build] 4.9.2 next

This commit is contained in:
Anton Wilhelm 2019-04-21 12:06:16 +02:00
commit af161cd3b4
26 changed files with 7080 additions and 3 deletions

1
lib/plugins/external-script.min.js vendored Normal file
View file

@ -0,0 +1 @@
!function(){function e(){for(var o=Docsify.dom.getNode("#main"),e=Docsify.dom.findAll(o,"script"),n=e.length;n--;){var i=e[n];if(i&&i.src){var t=document.createElement("script");Array.prototype.slice.call(i.attributes).forEach(function(o){t[o.name]=o.value}),i.parentNode.insertBefore(t,i),i.parentNode.removeChild(i)}}}window.$docsify.plugins=[].concat(function(o){o.doneEach(e)},window.$docsify.plugins)}();