-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ Instantiate a new Quill object with a css selector for the div that should becom | |
```html | ||
<!-- Include Quill stylesheet --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.snow.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.snow.css" | ||
rel="stylesheet" | ||
/> | ||
|
||
|
@@ -61,7 +61,7 @@ Instantiate a new Quill object with a css selector for the div that should becom | |
</div> | ||
|
||
<!-- Include the Quill library --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.js"></script> | ||
|
||
<!-- Initialize Quill editor --> | ||
<script> | ||
|
@@ -83,24 +83,24 @@ npm install quill@rc | |
|
||
```html | ||
<!-- Main Quill library --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.js"></script> | ||
|
||
<!-- Theme included stylesheets --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.snow.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.snow.css" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.bubble.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.bubble.css" | ||
rel="stylesheet" | ||
/> | ||
|
||
<!-- Core build with no theme, formatting, non-essential modules --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.core.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.core.css" | ||
rel="stylesheet" | ||
/> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quill.core.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/quill.core.js"></script> | ||
``` | ||
|
||
## Community | ||
|