Skip to content

Commit

Permalink
Merge pull request #9 from benjaoming/patch-1
Browse files Browse the repository at this point in the history
Update the link to be more specific about which EasyMDE version is used
  • Loading branch information
dmptrluke authored Apr 11, 2021
2 parents 9cd48ee + 3fcfe9a commit af70be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Your text is stored in a `MarkdownField`. When the model is saved, django-markdo
parse the Markdown, render it, sanitise it with [bleach](https://github.com/mozilla/bleach), and store
the result in a `RenderedMarkdownField` for display to end users.

django-markdownfield also implements the [EasyMDE](https://github.com/nodecraft/easy-markdown-editor)
editor in admin views to make working with Markdown easier.
django-markdownfield also bundles a minified version of the [EasyMDE](https://github.com/Ionaru/easy-markdown-editor)
editor (v2.14.0) in admin views to make working with Markdown easier.

![alt test](https://raw.githubusercontent.com/dmptrluke/django-markdownfield/master/screenshots/editor.png)

Expand Down

0 comments on commit af70be7

Please sign in to comment.