diff --git a/posts/firstpost.md b/posts/firstpost.md index 21b3d6cf59..88ee86ac99 100644 --- a/posts/firstpost.md +++ b/posts/firstpost.md @@ -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.