Strapdown.js was not provided on the CDN. Currently this is solved by jsDelivr.
Original strapdown.js
. You replace this.
(This will not work as the domain strapdownjs.com
is not currently working):
<script src="https://strapdownjs.com/v/0.2/strapdown.js"></script>
You get the original Strapdown.js v0.2 via jsDelivr:
<script src="https://cdn.jsdelivr.net/gh/arturadib/strapdown@gh-pages/v/0.2/strapdown.min.js"></script>
There are several more Strapdown.js
in this project.
https://strapdown-js.balloon.net.eu.org/2/
This makes the following changes to the original Strapdown.js
v0.2:
- Added themes Cosmo and Flatly
- Updated Marked and Google Code Prettify
It adopts the Bootstrap 2 themes.
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@20241220/2/strapdown.min.js"></script>
https://strapdown-js.balloon.net.eu.org/3/
It can use the Bootstrap 3 themes.
It is the development version that was included in the Pull Request.
I found a bug and fixed it.
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@20241220/3/strapdown.min.js"></script>
https://strapdown-js.balloon.net.eu.org/4/
It can use the Bootstrap 4 themes.
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@20241220/4/strapdown.min.js"></script>
https://strapdown-js.balloon.net.eu.org/5/
It can use the Bootstrap 5 themes
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@20241220/5/strapdown.min.js"></script>
This is updated from time to time, but if you use it, the display may change suddenly.
You can get this source here:
https://github.com/fu-sen/strapdown
Bootstrap 2 themes (v0.2 / bootstrap2 branch):
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@main/2/strapdown.min.js"></script>
Bootstrap 3 themes (v0.3 / bootstrap3 branch):
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@main/3/strapdown.min.js"></script>
Bootstrap 4 themes (v0.4 / bootstrap4 branch):
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@main/4/strapdown.min.js"></script>
Bootstrap 5 themes (v0.5 / main branch):
<script src="https://cdn.jsdelivr.net/gh/fu-sen/strapdown.js@main/5/strapdown.min.js"></script>
Strapdown.js | ๐ BALLOON | FU-SEN
Strapdown.js ใซใคใใฆใฏๆฌกใฎใใผใธใง็ดนไปใใฆใใพใใ