Markdown Editor Bundler Script for Create Markdown Post - https://github.com/mskian/create-markdown-post - Build Using - Svelte.
it is a Javascript Embed Markdown Editor Bundler Script
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/mskian/svelte-markdown-editor@main/public/global.css" integrity="sha512-rjk1VSKXLRmHJrvoQMMKbU/pa64W3ycegk9qYfL6V+jNfvNqAvhB7dSk5Zi41gSsikbe1ZEobrO+4xyOooLorQ==" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/gh/mskian/svelte-markdown-editor@main/public/build/bundle.js" integrity="sha512-EOXe1E2V0oVQxPAvYZnO46UbbYwvo/Ccd5Z5ebl/gznaIpaNZJob5VG5GI4uGGJgKZZeUor6noAnL3j8wXFiWw==" crossorigin="anonymous"></script>
Host your Bundled Script and CSS in cdn.jsdelivr.net
- https://www.jsdelivr.com/github - Just paste the CSS and JS link - Example - https://github.com/mskian/svelte-markdown-editor/blob/main/public/build/bundle.js
Generate SRI Hash for your JSDELIVR CDN URL - https://www.srihash.org/
Before using this Bundler Fork this on your Github Repo and Modify it according to your need.
Not Recommended for Server usage use it on localhost.
Modify and Update script in src
Folder
yarn dev
yarn build
/public/build/
MIT