File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
14
14
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity =" sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin =" anonymous" referrerpolicy =" no-referrer" />
15
15
16
- <!-- Highligt.js -->
17
- <script src =" https://unpkg. com/@highlightjs /cdn-assets@ 11.7 .0/highlight.min.js" ></script >
18
- <script src =" https: //cdn.jsdelivr.net/npm/highlightjs-line-numbers.js/dist/highlightjs-line-numbers.min.js" ></script >
16
+ <!-- Highligt.js (only for code line numbers, delete if don't want line bumbers) -->
17
+ <script src =" https://cdnjs.cloudflare. com/ajax/libs/highlight.js/ 11.9 .0/highlight.min.js" ></script >
18
+ <script src =" //cdn.jsdelivr.net/npm/highlightjs-line-numbers.js@2.8.0 /dist/highlightjs-line-numbers.min.js" ></script >
19
19
<script type =" text/javascript" >
20
20
window .onload = (event ) => {
21
21
hljs .highlightAll ();
22
22
hljs .initLineNumbersOnLoad ({ startFrom: 1 });
23
23
}
24
24
</script >
25
- <!-- Highligt.js -->
25
+ <!-- Highligt.js (only for code line numbers) -->
26
26
27
27
@vite (' resources/css/app.css' )
28
28
</head >
You can’t perform that action at this time.
0 commit comments