@@ -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.14.8 /beautify.js" ></script >
62
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.8 /beautify-css.js" ></script >
63
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.8 /beautify-html.js" ></script >
61
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /beautify.js" ></script >
62
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /beautify-css.js" ></script >
63
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /beautify-html.js" ></script >
64
64
65
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.8 /beautify.min.js" ></script >
66
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.8 /beautify-css.min.js" ></script >
67
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.8 /beautify-html.min.js" ></script >
65
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /beautify.min.js" ></script >
66
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /beautify-css.min.js" ></script >
67
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /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.14.8 /beautify.min.js" ></script >
79
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.9 /beautify.min.js" ></script >
80
80
<script src =" script.js" ></script >
81
81
</body >
82
82
</html >
@@ -371,6 +371,7 @@ HTML Beautifier Options:
371
371
-M, --wrap-attributes-min-attrs Minimum number of html tag attributes for force wrap attribute options [2]
372
372
-i, --wrap-attributes-indent-size Indent wrapped attributes to after N characters [indent-size] (ignored if wrap-attributes is "aligned")
373
373
-d, --inline List of tags to be considered inline tags
374
+ --inline_custom_elements Inline custom elements [true]
374
375
-U, --unformatted List of tags (defaults to inline) that should not be reformatted
375
376
-T, --content_unformatted List of tags (defaults to pre) whose content should not be reformatted
376
377
-E, --extra_liners List of tags (defaults to [head,body,/html] that should have an extra newline before them.
@@ -433,4 +434,4 @@ Thanks also to Jason Diamond, Patrick Hof, Nochum Sossonko, Andreas Schneider, D
433
434
Vasilevsky, Vital Batmanov, Ron Baldwin, Gabriel Harrison, Chris J. Shull,
434
435
Mathias Bynens, Vittorio Gambaletta and others.
435
436
436
-
437
+
0 commit comments