Markdown fields in Sanity Studio. Supports Github flavored Markdown and image uploads. And full screen
npm install sanity-plugin-markdown-full```
sanity install markdown-full
`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