From 3fcfe9ac212dc31f4a434c9eda3ec751cf5005fb Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Sun, 11 Apr 2021 14:08:04 +0200 Subject: [PATCH] Update the link to be more specific about which version is used --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e7a905..324fcd3 100644 --- a/README.md +++ b/README.md @@ -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)