[!NOTE] This repository is not official.
This repository maintains the CSS files extracted from Benoit Schweblin's StackEdit for external use.
npm install
npm run build
CSS files can be imported from jsDelivr.
<head>
<link href='https://cdn.jsdelivr.net/npm/stackedit-css@{{version}}/dist/style.css' rel='stylesheet' />
</head>
Note that the {{version}}
should be replaced with the version you want to use.
version=$(npm version patch)
echo $version
git push origin master
git push origin $version
npm publish