File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33[ Highlight.js] ( https://github.com/highlightjs/highlight.js ) line numbers plugin.
44
5- [ DEMO] ( http ://wcoder.github.io/ highlightjs-line-numbers.js/) | [ SСREENSHOTS] ( https://github.com/wcoder /highlightjs-line-numbers.js/issues/5 )
5+ [ DEMO] ( https ://ypakala.com/projects/ highlightjs-line-numbers.js/) | [ SСREENSHOTS] ( https://github.com/yauhenipakala /highlightjs-line-numbers.js/issues/5 )
66
77## Install
88
@@ -155,7 +155,7 @@ CSS selector | description
155155
156156## More plugins
157157
158- - [ highlightjs-lang.js] ( https://github.com/wcoder /highlightjs-lang.js ) — plugin to display language name with formatting;
158+ - [ highlightjs-lang.js] ( https://github.com/highlightjs-plugins /highlightjs-lang.js ) — plugin to display language name with formatting;
159159
160160---
161- © ; 2024 Yauheni Pakala and [ Community] ( https://github.com/wcoder /highlightjs-line-numbers.js/graphs/contributors ) | MIT License
161+ © ; 2025 Yauheni Pakala and [ Community] ( https://github.com/yauhenipakala /highlightjs-line-numbers.js/graphs/contributors ) | MIT License
Original file line number Diff line number Diff line change 1515 },
1616 "repository" : {
1717 "type" : " git" ,
18- "url" : " https://github.com/wcoder /highlightjs-line-numbers.js.git"
18+ "url" : " https://github.com/yauhenipakala /highlightjs-line-numbers.js.git"
1919 },
2020 "author" : " Yauheni Pakala <evgeniy.pakalo@gmail.com>" ,
2121 "license" : " MIT" ,
2222 "bugs" : {
23- "url" : " https://github.com/wcoder /highlightjs-line-numbers.js/issues"
23+ "url" : " https://github.com/yauhenipakala /highlightjs-line-numbers.js/issues"
2424 },
25- "homepage" : " http ://wcoder.github.io /highlightjs-line-numbers.js/"
25+ "homepage" : " https ://ypakala.com/projects /highlightjs-line-numbers.js/"
2626}
Original file line number Diff line number Diff line change 109109 }
110110
111111 // ensure consistent code copy/paste behavior across all browsers
112- // (see https://github.com/wcoder /highlightjs-line-numbers.js/issues/51)
112+ // (see https://github.com/yauhenipakala /highlightjs-line-numbers.js/issues/51)
113113 document . addEventListener ( 'copy' , function ( e ) {
114114 // get current selection
115115 var selection = window . getSelection ( ) ;
You can’t perform that action at this time.
0 commit comments