-
After updating to 5.0.0, markdown fields in Sanity Studio are no longer editable. It also shows a grey square to the right and a string of Xs. The field in the screenshot was added after updating to 5…
-
Hi,
**Describe the bug**
EasyMDE seems to use resources loaded using some content delivery networks, which causes CSP errors when using in an application that doesn't use those CDN.
**To Reprod…
-
I want to add a certain symbol that reads text after it and transform it into a certain HTML ... How can I do something like this ?
-
I'm submitting a...
- [x] Bug report
- [ ] Feature request
### Reproduction steps
1. Install package `npm install --save easymde`
2. Use webpack to bundle your js and point it to an entrypoint …
-
Hello, I'm configuring a local Sanity Studio with my Next project. I'm getting this issue. Following the steps as indicated in the README of this repository.
```
./node_modules/easymde/dist/easymd…
-
I'm trying to use the easyMDE on svelte, but the css can't be loaded, i tried copying
``
In the index.html file or
` @import "https://unpkg.com/easymde/dist/easymde.min.css"; `
in the …
-
It would be nice to implement the easymde upload image endpoint so you can simply paste, drag-and-drop or upload an image right into a markdown field you are typing in. See [EasyMDE docs](https://gith…
-
**Describe the bug**
If we include our target textarea in a form, and the add the `name` attribute, then we can treat the EasyMDE textarea like any form element and expect it to otherwise expect it…
-
I get the editor has a preview feature but what I'm after is if it offers a function to just output the markdown to HTML.Much like editing a blog post saving the markdown to the database then renderi…
-
**Describe the bug**
I tried using this library in sveltekit, but theres a problem when doing server side rendering. When you first access the page that imports EasyMDE, you get a "navigator" is not …