Skip to content

Commit d144522

Browse files
committed
Remove "What's Changed" secion, Reword "How it works"
1 parent 4b75a4e commit d144522

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -309,25 +309,6 @@ simplemde.clearAutosavedValue(); // no returned value
309309
```
310310

311311
## How it works
312-
SimpleMDE is an improvement of [lepture's Editor project](https://github.com/lepture/editor) and includes a great many number of changes. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
312+
SimpleMDE began as an improvement of [lepture's Editor project](https://github.com/lepture/editor), but has now taken on an identity of its own. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
313313

314314
CodeMirror is the backbone of the project and parses much of the Markdown syntax as it's being written. This allows us to add styles to the Markdown that's being written. Additionally, a toolbar and status bar have been added to the top and bottom, respectively. Previews are rendered by [Marked](https://github.com/chjj/marked) using GFM.
315-
316-
## What's changed?
317-
As mentioned earlier, SimpleMDE 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:
318-
319-
- Upgraded from CodeMirror 3 to CodeMirror 5
320-
- Many changes to the style, appearance, and user friendliness
321-
- Interface more closely resembles Bootstrap
322-
- Now mobile friendly
323-
- Option to autosave the text as you type
324-
- Now spell checks what you write
325-
- The text editor now automatically grows as you type more
326-
- Fixed a large amount of bugs
327-
- Switched to Font Awesome icons
328-
- Improved preview rendering in many ways
329-
- Improved as-you-type appearance of headers and code blocks
330-
- Simplified the toolbar
331-
- Many new options during instantiation
332-
- New icons and tooltips
333-
- Additional keyboard shortcuts

0 commit comments

Comments
 (0)