File tree 5 files changed +15
-6
lines changed
5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 9.18.2
2
+
3
+ Fixes:
4
+
5
+ - fix(night) Prevent object prototype values from being returned by ` getLanguage ` (#2636 ) [ night] [ ]
6
+
7
+ [ night ] : https://github.com/night
8
+
9
+
1
10
## Version 9.18.1
2
11
3
12
Grammar Improvements:
Original file line number Diff line number Diff line change @@ -301,8 +301,8 @@ onmessage = (event) => {
301
301
302
302
## Node.js
303
303
304
- You can use highlight.js with node to highlight content before sending it to the browser.
305
- Make sure to use the ` .value ` property to get the formatted html.
304
+ You can use highlight.js with node to highlight content before sending it to the browser.
305
+ Make sure to use the ` .value ` property to get the formatted html.
306
306
For more info about the returned object refer to the api docs https://highlightjs.readthedocs.io/en/latest/api.html
307
307
308
308
@@ -343,7 +343,7 @@ it can be added manually:
343
343
``` html
344
344
<script
345
345
charset =" UTF-8"
346
- src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9 /languages/go.min.js" ></script >
346
+ src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.2 /languages/go.min.js" ></script >
347
347
```
348
348
349
349
** On Almond.** You need to use the optimizer to give the module a name. For
Original file line number Diff line number Diff line change 50
50
# The short X.Y version.
51
51
version = '9.18'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '9.18.1 '
53
+ release = '9.18.2 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
" syntax"
7
7
],
8
8
"homepage" : " https://highlightjs.org/" ,
9
- "version" : " 9.18.1 " ,
9
+ "version" : " 9.18.2 " ,
10
10
"author" : {
11
11
"name" : " Ivan Sagalaev" ,
12
12
"email" : " maniac@softwaremaniacs.org"
You can’t perform that action at this time.
0 commit comments