#!/bin/sh
set -e
echo "require('markdown-it-html5-embed');" >entry.js
rollup -f umd entry.js -o bundle.js
