Tucker McKnight <tucker.mcknight@gmail.com> | Mon Sep 15 2025
testing syntax highlighting
20 21 22 23 24
2. Add this plugin to your eleventy config.
```diff-js
+import repoViewer from 'eleventy-repo-viewer'
20 21 22 23 24 25 26 27 28
2. Add this plugin to your eleventy config.
```js
const a = "asdf";
```
```diff-js
+import repoViewer from 'eleventy-repo-viewer'