Upgrade syntax highlighter to 4.0 and update example to use diff syntax

This commit is contained in:
Zach Leatherman
2022-03-03 17:11:08 -06:00
parent aea9ea8cdb
commit 3eb6c6a67d
6 changed files with 46 additions and 36 deletions

View File

@ -27,8 +27,8 @@
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"luxon": "^2.3.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"luxon": "^2.3.1",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1"
}