Swap to use an upstream theme directly from the prismjs node_modules

This commit is contained in:
Zach Leatherman
2022-08-15 12:22:19 -05:00
parent bd40861468
commit abb712dbb6
8 changed files with 44 additions and 128 deletions

View File

@@ -9,13 +9,11 @@ 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.
```diff-js
```js
// this is a command
function myCommand() {
+ let counter = 0;
- counter++;
let counter = 0;
counter++;
}
// Test with a line break above this line.