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

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

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.