-
-
Notifications
You must be signed in to change notification settings - Fork 591
Expand file tree
/
Copy pathbasic.js.output.html
More file actions
8 lines (8 loc) · 1.25 KB
/
basic.js.output.html
File metadata and controls
8 lines (8 loc) · 1.25 KB
1
2
3
4
5
6
7
8
<pre class="shiki github-dark" style="background-color:#24292e;color:#e1e4e8" tabindex="0"><code><span class="line diff add"><span style="color:#F97583">const</span><span style="color:#79B8FF"> a</span><span style="color:#F97583"> =</span><span style="color:#79B8FF"> 1</span></span><span class="line"><span style="color:#F97583">const</span><span style="color:#79B8FF"> b</span><span style="color:#F97583"> =</span><span style="color:#79B8FF"> 2</span></span><span class="line diff remove"><span style="color:#F97583">const</span><span style="color:#79B8FF"> c</span><span style="color:#F97583"> =</span><span style="color:#79B8FF"> 3</span></span><span class="line"><span style="color:#F97583">const</span><span style="color:#79B8FF"> d</span><span style="color:#F97583"> =</span><span style="color:#79B8FF"> 4</span></span><span class="line diff add"><span style="color:#F97583">const</span><span style="color:#79B8FF"> e</span><span style="color:#F97583"> =</span><span style="color:#79B8FF"> 5</span></span><span class="line"></span></code></pre>
<style>
body { margin: 0; }
.shiki { padding: 1.5em; }
.line { display: block; width: 100%; height: 1.2em; }
.diff.add { background-color: #0505; color: green; }
.diff.remove { background-color: #8005; color: red; }
</style>