Corey Ward
Corey Ward
I have a similar issue, only I'm using the overrides to replace the `img` prop with a React component (Gatsby Image) and that's creating invalid markup (`p > div`). For...
You can do this now: ```jsx ``` If you really want an array back with no wrapper, I suggest using the compiler directly: ```js import { compiler } from "markdown-to-jsx";...
@eddyw @pawelrychlik Can you confirm the versions that you're on? Might help to see if this was changed recently. I'm experiencing this on 6.10.2.
Is there a world in which there’s simply a reasonable, possibly configurable, limit on how many lines or additional elements will be considered before terminating the attempt at a match?...
I am also observing this behavior even when there is a blank line in between: ```md - List Item A - List Item B - List Item C 1. Item...
I had proposed switching over when @portabletext/react was quite new, but was cautioned against it by the author. In the wild, I still see a lot of people having issues...
Seems like this should work in `light` mode at least, but it doesn't, suggesting that the issue is not just third-party scripts. In any case, those would normally be loaded...
@colinhacks Any thoughts on merging this?
+1 — Can we get this pulled in, pretty please?
I compute the post-crop dimensions in advance using the original image dimensions, the desired width and height settings, and the crop values supplied via Sanity using the code below in...