Markdown fields in Sanity Studio. Supports Github flavored Markdown and image uploads.
npm install sanity-plugin-markdown-next```
sanity install markdown
`javascript
const myDocument = {
type: "document",
name: "myDocument",
fields: [
{
type: "markdown",
description: "A Github flavored markdown field with image uploading",
name: "bio"
}
]
}
``!demo
MIT © Sanity.io
See LICENSE