Missed a diff syntax example
This commit is contained in:
parent
dc3e7c49f2
commit
e96a1d6e07
@ -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.
|
||||
|
||||
``` text/2-3
|
||||
```diff-js
|
||||
// this is a command
|
||||
function myCommand() {
|
||||
let counter = 0;
|
||||
counter++;
|
||||
+ let counter = 0;
|
||||
+ counter++;
|
||||
}
|
||||
|
||||
// Test with a line break above this line.
|
||||
|
Loading…
Reference in New Issue
Block a user