Missed a diff syntax example
This commit is contained in:
parent
dc3e7c49f2
commit
e96a1d6e07
1 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ Bring to the table win-win survival strategies to ensure proactive domination. A
|
||||||
|
|
||||||
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
|
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
|
||||||
|
|
||||||
``` text/2-3
|
```diff-js
|
||||||
// this is a command
|
// this is a command
|
||||||
function myCommand() {
|
function myCommand() {
|
||||||
let counter = 0;
|
+ let counter = 0;
|
||||||
counter++;
|
+ counter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test with a line break above this line.
|
// Test with a line break above this line.
|
||||||
|
|
Loading…
Add table
Reference in a new issue