File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Expand file tree Collapse file tree 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+
110## Version 9.18.1
211
312Grammar Improvements:
Original file line number Diff line number Diff line change @@ -301,8 +301,8 @@ onmessage = (event) => {
301301
302302## Node.js
303303
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.
306306For more info about the returned object refer to the api docs https://highlightjs.readthedocs.io/en/latest/api.html
307307
308308
@@ -343,7 +343,7 @@ it can be added manually:
343343``` html
344344<script
345345 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 >
347347```
348348
349349** 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 5050# The short X.Y version.
5151version = '9.18'
5252# The full version, including alpha/beta/rc tags.
53- release = '9.18.1 '
53+ release = '9.18.2 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 66 " syntax"
77 ],
88 "homepage" : " https://highlightjs.org/" ,
9- "version" : " 9.18.1 " ,
9+ "version" : " 9.18.2 " ,
1010 "author" : {
1111 "name" : " Ivan Sagalaev" ,
1212 "email" : " maniac@softwaremaniacs.org"
You can’t perform that action at this time.
0 commit comments