arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

HTTPS CDN request #77

Open jolexa opened 7 years ago

jolexa commented 7 years ago

Hello, It would be grate to submit this to cdnjs or similar to get https support. The current github cdn does not support https urls.

Thanks for considering

gregsadetsky commented 7 years ago

Hopefully this is useful (I'm not affiliated, etc.). You can use:

https://cdn.rawgit.com/arturadib/strapdown/gh-pages/v/0.2/strapdown.js

ace0 commented 6 years ago

Agree: this package looks great, but is useless to me without an HTTPS endpoint.

The suggested link by @gregsadetsky works to load most files, but only the themes listed in: https://github.com/arturadib/strapdown/tree/gh-pages/v/0.2/themes are supported.

qgustavor commented 6 years ago

The current github cdn does not support https urls.

GitHub Pages now supports HTTPS, but to make it work someone needs to fix the DNS records.

fu-sen commented 3 years ago

Years have passed. This comment of mine is 2021.

Currently jsDelivr is the right CDN for that. You can use it now:

<script src="https://cdn.jsdelivr.net/gh/arturadib/strapdown@gh-pages/v/0.2/strapdown.min.js"></script>

Also, I have the following projects: https://github.com/fu-sen/strapdown.js