File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed
Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1+ ## Version 10.3.2
2+
3+ Tiny tiny release, just to fix the website incorrectly not listing Javascript
4+ in the list of languages you could choose for a custom build.
5+
6+ - There are no other changes.
7+
8+
19## Version 10.3.1
210
311Prior version let some look-behind regex sneak in, which does not work
Original file line number Diff line number Diff line change @@ -222,19 +222,19 @@ A prebuilt version of highlight.js bundled with many common languages is hosted
222222
223223``` html
224224<link rel =" stylesheet"
225- href =" //cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1 .2/styles/default.min.css" >
226- <script src =" //cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1 .2/highlight.min.js" ></script >
225+ href =" //cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3 .2/styles/default.min.css" >
226+ <script src =" //cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3 .2/highlight.min.js" ></script >
227227<!-- and it's easy to individually load additional languages -->
228228<script charset =" UTF-8"
229- src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1 .2/languages/go.min.js" ></script >
229+ src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3 .2/languages/go.min.js" ></script >
230230```
231231
232232** jsdelivr** ([ link] ( https://www.jsdelivr.com/package/gh/highlightjs/cdn-release ) )
233233
234234``` html
235235<link rel =" stylesheet"
236- href =" //cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.1 .2/build/styles/default.min.css" >
237- <script src =" //cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.1 .2/build/highlight.min.js" ></script >
236+ href =" //cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3 .2/build/styles/default.min.css" >
237+ <script src =" //cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3 .2/build/highlight.min.js" ></script >
238238```
239239
240240** Note:** * The CDN-hosted ` highlight.min.js ` package doesn't bundle every language.* It would be
Original file line number Diff line number Diff line change 4848# built documents.
4949
5050# The full version, including alpha/beta/rc tags.
51- release = '10.3.1 '
51+ release = '10.3.2 '
5252# The short X.Y version.
5353version = "." .join (release .split ("." )[:2 ])
5454
Original file line number Diff line number Diff line change 66 " syntax"
77 ],
88 "homepage" : " https://highlightjs.org/" ,
9- "version" : " 10.3.1 " ,
9+ "version" : " 10.3.2 " ,
1010 "author" : {
1111 "name" : " Ivan Sagalaev" ,
1212 "email" : " maniac@softwaremaniacs.org"
You can’t perform that action at this time.
0 commit comments