File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# JavaScript code prettifier
2
2
3
+ Announcement: [ ** Action required** * rawgit.com* is going away] ( https://groups.google.com/forum/#!topic/js-code-prettifier/IFHev_kLm30 ) .
4
+
3
5
An embeddable script that makes source-code snippets in HTML prettier.
4
6
5
7
* Works on HTML pages.
@@ -21,7 +23,7 @@ An embeddable script that makes source-code snippets in HTML prettier.
21
23
22
24
* Include the script tag below in your document:
23
25
``` HTML
24
- <script src =" https://cdn.rawgit.com/ google/code-prettify/ master/loader/run_prettify.js" ></script >
26
+ <script src =" https://cdn.jsdelivr.net/gh/ google/code-prettify@ master/loader/run_prettify.js" ></script >
25
27
```
26
28
* See [ Getting Started] ( docs/getting_started.md ) to configure that URL with
27
29
options you need.
@@ -229,10 +231,10 @@ general feedback.
229
231
[ Apache License 2.0] ( COPYING )
230
232
231
233
232
- [ 1 ] : https://rawgit .com/google/code-prettify/master/styles/index.html
233
- [ 2 ] : https://rawgit .com/google/code-prettify/master/examples/quine.html
234
+ [ 1 ] : https://raw.githack .com/google/code-prettify/master/styles/index.html
235
+ [ 2 ] : https://raw.githack .com/google/code-prettify/master/examples/quine.html
234
236
[ 3 ] : http://dev.w3.org/html5/spec-author-view/the-code-element.html#the-code-element
235
- [ 4 ] : https://rawgit .com/google/code-prettify/master/tests/prettify_test.html
237
+ [ 4 ] : https://raw.githack .com/google/code-prettify/master/tests/prettify_test.html
236
238
[ 5 ] : http://wordpress.org/support/topic/125038
237
- [ 6 ] : https://rawgit .com/google/code-prettify/master/tests/prettify_test.html#issue22
239
+ [ 6 ] : https://raw.githack .com/google/code-prettify/master/tests/prettify_test.html#issue22
238
240
[ 7 ] : http://groups.google.com/group/js-code-prettifier
You can’t perform that action at this time.
0 commit comments