From fe5d12525f2fc36794747e17829ad7e41076dfae Mon Sep 17 00:00:00 2001 From: Artur Haurylkevich Date: Sun, 3 Nov 2019 00:18:37 +0300 Subject: [PATCH] docs: clear ambiguity about CDN usage Add unpkg as an alternative cdn and clear ambiguity about CDN usage It allows to skip version tag (it uses a latest version as default) and it's appealing due to its conciseness. Closes #742 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7518101..fc311f8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,11 @@ You can also use one of several CDNs available: https://cdnjs.cloudflare.com/ajax/libs/showdown//showdown.min.js +* unpkg + + https://unpkg.com/showdown/dist/showdown.min.js +*Note*: replace `` with an actual full length version you're interested in e.g. `1.9.0` ## Browser Compatibility Showdown has been tested successfully with: