showdown/docs/installation.md

1.4 KiB

Packages

npm (server-side)

npm install showdown

Bower

bower install showdown

NuGet

PM> Install-Package showdownjs

More information about the package you can find on the NuGet website.

Tarball

You can download the latest tarball directly from releases.

CDN

You can also use one of several CDNs available:

jsDelivr

https://cdn.jsdelivr.net/npm/showdown@<version>/dist/showdown.min.js

Showndown page on jsDelivr

cdnjs

https://cdnjs.cloudflare.com/ajax/libs/showdown/<version>/showdown.min.js

Showndown page on cdnjs

unpkg

https://unpkg.com/showdown/dist/showdown.min.js

Showndown page on unpkg

!!! note "" Replace <version> with an actual full length version you're interested in. For example, 2.0.3.

Previous versions

If you're looking for Showdown prior to version 1.0.0, you can find them in the legacy branch.

Changelog

The full changelog is available here.