Upgrade syntax highlighter to 4.0 and update example to use diff syntax

This commit is contained in:
Zach Leatherman
2022-03-03 17:11:08 -06:00
parent aea9ea8cdb
commit 3eb6c6a67d
6 changed files with 46 additions and 36 deletions

View File

@ -9,12 +9,12 @@ layout: layouts/post.njk
---
Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
``` js/2/4
```diff-js
// this is a command
function myCommand() {
let counter = 0;
+ let counter = 0;
counter++;
- counter++;
}