Jason Lee
Jason Lee
There is, but what's your use-case? You could use `npm` and a build tool to bundle everything together, or you could use the `load` function to redefine the dependency URL...
Both are fine. Svelte is frontend and requires a build step, so typically end products are not shipped through npm.
`zero-md` doesn't ship with copy-to-clipboard feature.
You can however add your own using a snippet like so: https://github.com/zerodevx/zero-md/blob/f820ded7757b15a1e66c47b671088d6306ed89df/docs/index.html#L12-L48 Closing for now. Edit: Update permalink
Hey, thanks so much for the PR - moving the conversation to #107
Thanks for the bug report. Will dive into it once I get a moment.
You can use a `marked` extension to implement the Markdown Extended Syntax: https://www.npmjs.com/package/marked-custom-heading-id Load `zero-md` like so: ```html import customHeadingId from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm' import ZeroMd from 'https://cdn.jsdelivr.net/npm/zero-md@3' customElements.define('zero-md', class extends ZeroMd...
Most definitely yes. The project's store implementation will benefit greatly from `v5`'s fine-grained reactivity. I'll work on it soon; hopefully we can time the release once `v5` stable lands.