Use new markdown syntax highlighter b/c it’s cool, v4.0.2
This commit is contained in:
parent
b732f8c6ab
commit
80ea652463
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eleventy-base-blog",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
||||
"scripts": {
|
||||
"build": "npx eleventy",
|
||||
@ -22,9 +22,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^0.3.1",
|
||||
"@11ty/eleventy": "^0.3.3",
|
||||
"@11ty/eleventy-plugin-rss": "^1.0.2",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.3",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.4",
|
||||
"luxon": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -11,10 +11,10 @@ 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.
|
||||
|
||||
{% highlight-plain js 2-3 %}
|
||||
``` text/2-3
|
||||
// this is a command
|
||||
function myCommand() {
|
||||
let counter = 0;
|
||||
counter++;
|
||||
}
|
||||
{% endhighlight %}
|
||||
```
|
||||
|
@ -6,13 +6,13 @@ 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.
|
||||
|
||||
{% highlight js 2 3 %}
|
||||
``` js/2/3
|
||||
// this is a command
|
||||
function myCommand() {
|
||||
let counter = 0;
|
||||
counter++;
|
||||
}
|
||||
{% endhighlight %}
|
||||
```
|
||||
|
||||
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user