Skip to content

Commit

Permalink
Update the link to be more specific about which version is used
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming authored Apr 11, 2021
1 parent 9cd48ee commit 3fcfe9a
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 3fcfe9a

Please sign in to comment.