File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,12 @@ Diff to Html generates pretty HTML diffs from git diff output.
59
59
> Add the dependencies.
60
60
Choose one color scheme, and add the main highlight code.
61
61
If your favourite language is not included in the default package also add its javascript highlight file.
62
- jQuery is optional, just using it to help managing the highlight.
63
62
64
63
``` html
65
64
<!-- Stylesheet -->
66
65
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/github.min.css" >
67
66
68
67
<!-- Javascripts -->
69
- <script src =" https://code.jquery.com/jquery-2.1.3.min.js" ></script >
70
68
<script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js" ></script >
71
69
<script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/languages/scala.min.js" ></script >
72
70
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " diff2html" ,
3
- "version" : " 0.2.6" ,
3
+ "version" : " 0.2.6-1 " ,
4
4
"homepage" : " http://rtfpessoa.github.io/diff2html/" ,
5
5
"description" : " Fast Diff to colorized HTML" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments