wysimark-lite 0.14.1 → 0.14.3
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/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,11 @@ wysimark ( https://github.com/portive/wysimark ) is a modern and clean rich text
|
|
|
6
6
|
|
|
7
7
|
Thanks to the original author of wysimark, portive m(_ _)m
|
|
8
8
|
|
|
9
|
+
## Demo
|
|
10
|
+
|
|
11
|
+
You can try out the editor using storybook in the following link:
|
|
12
|
+
https://takeshy.github.io/wysimark-lite
|
|
13
|
+
|
|
9
14
|
## Usage
|
|
10
15
|
|
|
11
16
|
### As React Component
|