Upgrade syntax highlighter to 4.0 and update example to use diff syntax
This commit is contained in:
@ -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++;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user