1
- <p align =" center " ><a href =" https://www.nordtheme.com/ports/highlightjs " target =" _blank " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop /assets/images/ports/highlightjs/repository-hero.svg?sanitize=true " /></a ></p >
1
+ <p align =" center " ><a href =" https://www.nordtheme.com/ports/highlightjs " target =" _blank " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/main /assets/images/ports/highlightjs/repository-hero.svg?sanitize=true " /></a ></p >
2
2
3
3
<p align="center"><a href="https://github.com/arcticicestudio/nord-highlightjs/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-highlightjs.svg?style=flat-square&label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://www.nordtheme.com/docs/ports/highlightjs"><img src="https://img.shields.io/github/release/arcticicestudio/nord-highlightjs.svg?style=flat-square&label=Docs&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI%2BCiAgICA8cGF0aCBmaWxsPSIjZDhkZWU5IiBkPSJNMTMuNzQ2IDIuODEzYS42Ny42NyAwIDAgMC0uNTU5LS4xMzNMOCAzLjg0OGwtNS4xODgtMS4xOGEuNjY5LjY2OSAwIDAgMC0uNTcuMTMzLjY3Ny42NzcgMCAwIDAtLjI0Mi41MzF2OC4xMzNjLS4wMDguMzIuMjEuNTk4LjUyLjY2OGw1LjMzMiAxLjE5OWguMjk2bDUuMzMyLTEuMmEuNjY4LjY2OCAwIDAgMCAuNTItLjY2N1YzLjMzMmEuNjU5LjY1OSAwIDAgMC0uMjU0LS41MnpNMy4zMzIgNC4xNjhsNCAuODk4djYuNzY2bC00LS44OTh6bTkuMzM2IDYuNzY2bC00IC44OThWNS4wNjZsNC0uODk4em0wIDAiLz4KPC9zdmc%2BCg%3D%3D"/></a> <a href="https://github.com/arcticicestudio/nord-highlightjs/blob/develop/CHANGELOG.md#050"><img src="https://img.shields.io/github/release/arcticicestudio/nord-highlightjs.svg?style=flat-square&label=Changelog&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>
4
4
14
14
15
15
<p align =" center " >Designed for a fluent and clear workflow based on the <a href =" https://www.nordtheme.com " target =" _blank " >Nord</a > color palette.</p >
16
16
17
- <p align =" center " ><a href =" https://www.nordtheme.com/ports/highlightjs " target =" _blank " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop /assets/images/ports/highlightjs/overview.png " /></a ></p >
17
+ <p align =" center " ><a href =" https://www.nordtheme.com/ports/highlightjs " target =" _blank " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/main /assets/images/ports/highlightjs/overview.png " /></a ></p >
18
18
19
19
## Getting started
20
20
@@ -38,7 +38,11 @@ To use Nord highlight.js in projects without Node.js, the CSS file can be used t
38
38
39
39
``` html
40
40
<!-- Replace the version with any available release. -->
41
- <
link href =
" https://unpkg.com/[email protected] /dist/nord.css" rel =
" stylesheet" type =
" text/css" />
41
+ <link
42
+ href =
" https://unpkg.com/[email protected] /dist/nord.css"
43
+ rel =" stylesheet"
44
+ type =" text/css"
45
+ />
42
46
```
43
47
44
48
#### Usage
@@ -56,13 +60,13 @@ To use Nord highlight.js include the CSS file as stylesheet depending on the ins
56
60
57
61
<p align =" center " ><strong >Beautiful code to keep focused.</strong ></p >
58
62
<p align =" center " >Support for a wide range of <a href =" https://en.wikipedia.org/wiki/List_of_programming_languages_by_type " target =" _blank " >language types</a >.</p >
59
- <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop /assets/images/ports/highlightjs/go-comments.png " /></p >
63
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/main /assets/images/ports/highlightjs/go-comments.png " /></p >
60
64
61
65
<p align =" center " >JavaScript with a <a href =" https://reactjs.org/docs/hooks-intro " target =" _blank " >React Hook</a > for <a href =" https://www.react-spring.io " target =" _blank " >React Spring</a > animations.</p >
62
- <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop /assets/images/ports/highlightjs/javascript-react-hook.png " /></p >
66
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/main /assets/images/ports/highlightjs/javascript-react-hook.png " /></p >
63
67
64
68
<p align =" center " ><a href =" https://reactjs.org " target =" _blank " >React</Link > component with <a href =" https://reactjs.org/docs/forwarding-refs.html " target =" _blank " > forwarded <code >ref</code ></a >.</p >
65
- <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop /assets/images/ports/highlightjs/javascript-react-jsx.png " /></p >
69
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/main /assets/images/ports/highlightjs/javascript-react-jsx.png " /></p >
66
70
67
71
## Contributing
68
72
@@ -74,7 +78,7 @@ Please take a moment to read Nord's full [contributing guide][nord-contrib-guide
74
78
75
79
The guide also includes information about [ minimal, complete, and verifiable examples] [ nord-contrib-guide-mcve ] and other ways to contribute to the project like [ improving existing issues] [ nord-contrib-guide-impr-issues ] and [ giving feedback on issues and pull requests] [ nord-contrib-guide-feedback ] .
76
80
77
- <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop /assets/images/nord/repository-footer-separator.svg?sanitize=true " /></p >
81
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/arcticicestudio/nord-docs/main /assets/images/nord/repository-footer-separator.svg?sanitize=true " /></p >
78
82
79
83
<p align =" center " >Copyright © ; 2017-present <a href =" https://www.arcticicestudio.com " target =" _blank " >Arctic Ice Studio</a > and <a href =" https://www.svengreb.de " target =" _blank " >Sven Greb</a ></p >
80
84
0 commit comments