Skip to content

Commit

Permalink
Merge pull request #759 from bustle/th/rm-grammarly-caveats
Browse files Browse the repository at this point in the history
Remove Grammarly Caveats now it is working natively
  • Loading branch information
tholman committed Sep 22, 2021
2 parents 9fb972e + 5dd5647 commit 3b6438d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b6438d

Please sign in to comment.