react-headless-mde 0.0.7 → 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.
- package/package.json +1 -1
- package/readme.md +3 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -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
|
|