mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-19 07:54:28 -06:00
Update README.md
This commit is contained in:
parent
ac9eb7f28e
commit
13ac58b237
10
README.md
10
README.md
@ -3,11 +3,6 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab
|
||||
|
||||

|
||||
|
||||
## How it works
|
||||
Markdownify 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 [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
|
||||
|
||||
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 statusbar has been added to the top and bottom, respectively. Previews are rendered by [Marked](https://github.com/chjj/marked).
|
||||
|
||||
## Quickstart
|
||||
|
||||
```
|
||||
@ -58,6 +53,11 @@ new Markdownify({
|
||||
});
|
||||
```
|
||||
|
||||
## How it works
|
||||
Markdownify 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 [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
|
||||
|
||||
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 statusbar has been added to the top and bottom, respectively. Previews are rendered by [Marked](https://github.com/chjj/marked).
|
||||
|
||||
## 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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user