diff2html/website/templates/pages/demo/demo.partial.html
Rodrigo Fernandes ba13de46a0
Add support for online diff prettifier
* Initial support for GitHub, Bitbucket and GitLab urls
* Also support any Git or unified diffs urls
* Special thanks to @kevinsimper for the idea
2016-10-09 23:01:01 +01:00

9 lines
205 B
HTML

<h1>Line by Line</h1>
<div id="line-by-line" style="margin: 0 auto;">
</div>
<h1>Side by Side</h1>
<div id="side-by-side" style="margin: 0 auto;">
</div>