block-content-to-markdown icon indicating copy to clipboard operation
block-content-to-markdown copied to clipboard

Transform Sanity block content to Markdown

Results 3 block-content-to-markdown issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

I have configured a "gallery" block with an array of image fields: ```javascript export default { title: "Gallery", name: "gallery", type: "object", fields: [ { title: "Images", name: "galleryImages", type:...

Add typing so that when you use you do not get an error ``` Could not find a declaration file for module '@sanity/block-content-to-markdown'. '/Users/afa/web/codingcatdev/codingcat.dev/node_modules/.pnpm/@[email protected]/node_modules/@sanity/block-content-to-markdown/lib/toMarkdown.js' implicitly has an 'any' type. Try...