diff2html 0.2.3

Pretty diff to html Rust library (diff2html) https://diff2html.xyz
Documentation
1
2
3
4
5
6
7
8
9
10
<li class="d2h-file-list-line">
    <span class="d2h-file-name-wrapper">
      {{{fileIcon}}}
      <a href="#{{fileHtmlId}}" class="d2h-file-name">{{fileName}}</a>
      <span class="d2h-file-stats">
          <span class="d2h-lines-added">{{addedLines}}</span>
          <span class="d2h-lines-deleted">{{deletedLines}}</span>
      </span>
    </span>
</li>