CDN Resources for remark
Various ways to access remark via Content Delivery Networks
Package Installation
npm
npm install remarkyarn
yarn add remarkpnpm
pnpm add remarkCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/remark"></script>Unpkg
<script src="https://unpkg.com/remark"></script>jsDelivr ESM
<script type="module">
import remark from 'https://cdn.jsdelivr.net/npm/remark/+esm';
</script>Skypack
<script type="module">
import remark from 'https://cdn.skypack.dev/remark';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages