1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html >
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6
+ < title > quill-html-edit-button (Demos)</ title >
7
+ </ head >
3
8
4
- < head >
5
- < meta charset ="UTF-8 " />
6
- < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
7
- < title > quill-html-edit-button (Demos)</ title >
8
- </ head >
9
-
10
- < body >
11
- < h1 id ="-quill-html-edit-button- "> < code > quill-html-edit-button</ code > </ h1 >
12
- < p > This is a < a href ="https://github.com/quilljs/quill/ "> quill.js</ a > module which allows you to quickly view/edit the
13
- HTML in the editor.</ p >
14
- < p > < img width ="600px " style ="max-width: 100%; " src ="https://user-images.githubusercontent.com/664714/93285035-f7f44e80-f7a1-11ea-83c7-59e151c53c06.gif "
15
- alt ="Demo "> </ p >
16
- < h2 id ="demos "> Demos</ h2 >
17
- < p > Below are a few demos for the < a
18
- href ="https://github.com/benwinding/quill-html-edit-button "> quill-html-edit-button</ a > library.</ p >
19
- < ul >
20
- < li > < a href ="./javascript/ "> Live Demo (webpack javascript)</ a > </ li >
21
- < li > < a href ="./typescript/ "> Live Demo (webpack typescript)</ a > </ li >
22
- < li > < a href ="./vue/ "> Live Demo (webpack vue)</ a > </ li >
23
- < li > < a href ="./react/ "> Live Demo (webpack react)</ a > </ li >
24
- < li > < a href ="./script-tags/demo-quill-1.x.html "> Live Demo (script tags quill-1.x)</ a > </ li >
25
- < li > < a href ="./script-tags/demo-quill-2.x.html "> Live Demo (script tags quill-2.x) With Tables!</ a > </ li >
26
- </ ul >
27
-
28
- </ body >
29
- </ html >
9
+ < body >
10
+ < h1 id ="-quill-html-edit-button- "> < code > quill-html-edit-button</ code > </ h1 >
11
+ < p >
12
+ This is a < a href ="https://github.com/quilljs/quill/ "> quill.js</ a > module
13
+ which allows you to quickly view/edit the HTML in the editor.
14
+ </ p >
15
+ < p >
16
+ < img
17
+ width ="600px "
18
+ style ="max-width: 100% "
19
+ src ="https://user-images.githubusercontent.com/664714/93285035-f7f44e80-f7a1-11ea-83c7-59e151c53c06.gif "
20
+ alt ="Demo "
21
+ />
22
+ </ p >
23
+ < h2 id ="demos "> Demos</ h2 >
24
+ < p >
25
+ Below are a few demos for the
26
+ < a href ="https://github.com/benwinding/quill-html-edit-button "
27
+ > quill-html-edit-button</ a
28
+ >
29
+ library.
30
+ </ p >
31
+ < ul >
32
+ < li > < a href ="./javascript/ "> Live Demo (webpack javascript)</ a > </ li >
33
+ < li > < a href ="./typescript/ "> Live Demo (webpack typescript)</ a > </ li >
34
+ < li > < a href ="./vue/ "> Live Demo (webpack vue)</ a > </ li >
35
+ < li > < a href ="./react/ "> Live Demo (webpack react)</ a > </ li >
36
+ < li >
37
+ < a href ="./script-tags/demo-quill-1.x.html "
38
+ > Live Demo (script tags quill-1.x)</ a
39
+ >
40
+ </ li >
41
+ < li >
42
+ < a href ="./script-tags/demo-quill-2.x.html "
43
+ > Live Demo (script tags quill-2.x) With Tables!</ a
44
+ >
45
+ </ li >
46
+ </ ul >
47
+ </ body >
48
+ </ html >
0 commit comments