sanity-io / sanity-plugin-markdown

Markdown support in the Sanity Studio
MIT License
51 stars 8 forks source link

Layout in editor broken #73

Closed JanTrichter closed 1 year ago

JanTrichter commented 1 year ago

I set up Studio locally and added the markdown plugin. I cannot see my cursor when typing though which makes it really difficult to see what I'm doing.

JanTrichter commented 1 year ago

I just checked the docs here in the GitHub page and it seems like the styles are not loaded correctly:

image
JanTrichter commented 1 year ago

Turns out I accidentally had import { markdownSchema } from 'sanity-plugin-markdown/next instead of import { markdownSchema } from 'sanity-plugin-markdown' which broke the layout for me.