From 5dd564718e1459944e821fe93da6cf3ec3068577 Mon Sep 17 00:00:00 2001 From: Tim Holman Date: Wed, 22 Sep 2021 16:26:01 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index a28315f2..3e50f8b4 100644 --- a/README.md +++ b/README.md @@ -435,11 +435,6 @@ const element = document.querySelector('#editor'); editor.render(element); ``` -## Caveats - -### Mobiledoc Kit and the Grammarly extension -`mobiledoc-kit` and the [Grammarly extension](https://www.grammarly.com/) do not play well together (see [issue 422](https://github.com/bustle/mobiledoc-kit/issues/422)). Until this is resolved, you can avoid any such problems by disabling Grammarly for the `mobiledoc-kit` instances on your page. To do this, add the `data-gramm="false"` attribute to the `mobiledoc-kit` main DOM element. - ## Contributing Fork the repo, write a test, make a change, open a PR.