Use new markdown syntax highlighter b/c it’s cool, v4.0.2

This commit is contained in:
Zach Leatherman
2018-04-17 08:43:38 -05:00
parent b732f8c6ab
commit 80ea652463
3 changed files with 8 additions and 8 deletions

View File

@@ -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 %}
```