react-headless-mde 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/npm-publish.yml +2 -1
- package/package.json +1 -1
- package/readme.md +0 -5
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
Introduction
|
|
2
2
|
===
|
|
3
|
-
This repository is fork from original repo of [andrerpena](https://github.com/andrerpena/react-mde).
|
|
4
|
-
Unfortunately the original repo is archived, so I decided to make a fork project to develop the headless version of mde,
|
|
5
|
-
because I believe this is the best mde editor for today.
|
|
6
|
-
|
|
7
|
-
|
|
8
3
|
A simple yet powerful and extensible **React Markdown Editor** that aims to have feature parity with the Github Markdown editor.
|
|
9
4
|
React-mde has no 3rd party dependencies.
|
|
10
5
|
|