+
+
[Quill](https://quilljs.com/) is a modern rich text editor built for compatibility and extensibility. It was created by [Jason Chen](https://twitter.com/jhchen) and [Byron Milligan](https://twitter.com/byronmilligan) and actively maintained by [Slab](https://slab.com).
@@ -44,7 +42,10 @@ Instantiate a new Quill object with a css selector for the div that should becom
```html
-
+
@@ -55,16 +56,17 @@ Instantiate a new Quill object with a css selector for the div that should becom
Hello World!
+
Some initial bold text
+
-
+
```
@@ -73,23 +75,31 @@ Take a look at the [Quill](https://quilljs.com/) website for more documentation,
## Download
-- [npm](https://www.npmjs.com/package/quill) - `npm install quill`
+- [npm](https://www.npmjs.com/package/quill) - `npm install quill@beta`
- tar - https://github.com/quilljs/quill/releases
### CDN
```html
-
-
+
-
-
+
+
-
-
+
+
```
## Community