testing syntax highlighting

dd0baf14f4340442d43412c24d94774faffd721e

Tucker McKnight <tucker.mcknight@gmail.com> | Mon Sep 15 2025

testing syntax highlighting
README.md:21
Before
20
21
22




23
24

2. Add this plugin to your eleventy config.

⁣
⁣
⁣
⁣
```diff-js
+import repoViewer from 'eleventy-repo-viewer'
After
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'