From c2df6dd66fc2ff95645f553066fe5106b06ee8b3 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 22 Jun 2015 13:25:42 -0500 Subject: [PATCH] Added a what's changed section --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e060ec8..91f04bf 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,17 @@ new Markdownify({ tools: false, }); ``` + +### What's changed? +As mentioned earlier, Markdownify is an improvement of [lepture's Editor project](https://github.com/lepture/editor). So you might be wondering, what's changed? Quite a bit actually. Here's some notable changes: + +- Upgraded from CodeMirror 3 to CodeMirror 5 +- Many changes to the style, appearance, and userfriendliness +- Interface more closely resembles Bootstrap +- Now mobile friendly +- The text editor now automatically grows as you type more +- Fixed a large amount of bugs +- Switched to Font Awesome icons +- Improved preview rendering in many ways +- Improved as-you-type appearance of headers and code blocks +- Simplified the toolbar