@@ -58,13 +58,13 @@ JS Beautifier is hosted on two CDN services: [cdnjs](https://cdnjs.com/libraries
58
58
59
59
To pull the latest version from one of these services include one set of the script tags below in your document:
60
60
``` html
61
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify.js" ></script >
62
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify-css.js" ></script >
63
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify-html.js" ></script >
61
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify.js" ></script >
62
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify-css.js" ></script >
63
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify-html.js" ></script >
64
64
65
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify.min.js" ></script >
66
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify-css.min.js" ></script >
67
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify-html.min.js" ></script >
65
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify.min.js" ></script >
66
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify-css.min.js" ></script >
67
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify-html.min.js" ></script >
68
68
```
69
69
70
70
Example usage of a JS tag in html:
@@ -76,7 +76,7 @@ Example usage of a JS tag in html:
76
76
77
77
. . .
78
78
79
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.3 /beautify.min.js" ></script >
79
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.4 /beautify.min.js" ></script >
80
80
<script src =" script.js" ></script >
81
81
</body >
82
82
</html >
@@ -445,4 +445,4 @@ Thanks also to Jason Diamond, Patrick Hof, Nochum Sossonko, Andreas Schneider, D
445
445
Vasilevsky, Vital Batmanov, Ron Baldwin, Gabriel Harrison, Chris J. Shull,
446
446
Mathias Bynens, Vittorio Gambaletta and others.
447
447
448
-
448
+
0 commit comments