react-headless-mde 0.0.6 → 0.0.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-headless-mde",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "React Headless Markdown Editor",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
package/readme.md CHANGED
@@ -3,7 +3,7 @@ Introduction
3
3
  A simple yet powerful and extensible **React Markdown Editor** that aims to have feature parity with the Github Markdown editor.
4
4
  React-mde-headless has no 3rd party dependencies.
5
5
 
6
- ## [Demo](https://codesandbox.io/s/charming-marco-9m4z93?file=/src/index.tsx)
6
+ ## [Demo](https://codesandbox.io/s/competent-jepsen-qyz51q?file=/src/index.tsx)
7
7
 
8
8
  ## Installing
9
9
 
@@ -45,6 +45,9 @@ export const MarkdownEditor = () => {
45
45
  ```
46
46
  ## Todo
47
47
 
48
+ ### Add to awesome-react-headless-components on stable version
49
+ https://github.com/jxom/awesome-react-headless-components
50
+
48
51
  ### Third party
49
52
  - https://github.com/grassator/insert-text-at-cursor by https://twitter.com/d_kubyshkin
50
53