arturadib / strapdown

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

strapdownjs.com now domain-squatted #97

Open chuckhoupt opened 1 year ago

chuckhoupt commented 1 year ago

Sometime in August the strapdownjs.com domain must have expired.

fu-sen commented 1 year ago

When I looked at the WHOIS it was updated to 2023. (But It could be a temporary update of the registrar) But the web is a white screen. Do registrars display it?

Since I fork Strapdown.js. This issue made me realize that I need work. I need to unlink strapdown.com. Or a link to this project instead.

fu-sen commented 1 year ago

The original Strapdown.js referenced within strapdownjs.com. So this stopped working:

<script src="https://strapdownjs.com/v/0.2/strapdown.js"></script>

If you want to keep the original version, we can use jsDelivr now, so replace it with this code:

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