Jason Lee

Results 79 comments of Jason Lee

Hey, apologies for the late response. First of all, the `zero-md-marked-ready` event is from `v1` - this event is deprecated in `v2`. The list of events can be found in...

Hey, thanks for your note. Given that Github now supports `mermaid` natively, I might add first-class support of this feature in a future release. In the meantime, something like this...

@CetinSert > The demo linked below uses SyncHTML.io. (I am building it.) Wow! That's a cool project - looks really good! > the approach suggested above breaks encapsulation. Unfortunately, yes,...

This may be helpful: https://github.com/zerodevx/svelte-img/blob/master/src/lib/vite.js Here, I created a custom `?run` directive to handle a few things: - generate a `base64` LQIP; - output only relevant metadata; - allow directives...

What's your use-case, expected input and output? Depending on your requirements, you might not need a custom `resolveConfigs()` at all.

Hey, yes it should be quite trivial to add this feature, especially since the `pause()` and `resume()` functions are already there. I kind of think this should be the *default*...

Cool, we'll leave this open for now for tracking - leave a comment when either of us (or anyone else for that matter) starts work on this. Thanks for the...

I'm working on this!

FWIW, I'll maintain a [forked version](https://github.com/zerodevx/navaid) that supports shadow-dom anchor links, where the only change is from this: https://github.com/lukeed/navaid/blob/b2b105abcf6c465621710c55e66117bf8f020b68/src/index.js#L53 to this: ```js var x = e.composedPath, x = e.path ||...

Hey, thanks for your comment. On first pass I think the swipe gesture should be easy to implement, but I think there'll be many edge cases to think about, eg....