-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Is there an actual reason to prevent the autoloader from being loaded from an absolute URL? (cc @bazooka07)
By removing the second part of this condition, we could make the following work just fine:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.js" data-autoloader-path="https://cdn.jsdelivr.net/npm/[email protected]/components/"></script>(See related #158 (comment))
rafalwrzeszcz, soonoo, RunDevelopment and NewBieCoderXD