diff --git a/README.md b/README.md index 25d670f899..ce6eb3a4ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -Note: This branch and README covers the upcoming 2.0 release. View [1.x docs here](https://github.com/quilljs/quill/tree/1.3.6). +> [!NOTE] +> This branch and README covers the upcoming 2.0 release. View [1.x docs here](https://github.com/quilljs/quill/tree/1.3.6).

Quill Rich Text Editor @@ -28,11 +29,8 @@ Note: This branch and README covers the upcoming 2.0 release. View [1.x docs her Downloads

-

- - Test Status - -

+ +
[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