From e96a1d6e072a1ceeba0356d0630645ea81a5c3e6 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 18 Apr 2022 13:46:01 -0500 Subject: [PATCH] Missed a diff syntax example --- posts/firstpost.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posts/firstpost.md b/posts/firstpost.md index 21b3d6c..88ee86a 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.