Skip to content

Commit e35e839

Browse files
committed
remove bugged plugin for collapsing codeblocks
1 parent a7beba5 commit e35e839

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

ec.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { defineEcConfig } from 'astro-expressive-code'
2-
import { pluginCollapsibleSections } from '@expressive-code/plugin-collapsible-sections'
32

43
export default defineEcConfig({
5-
plugins: [pluginCollapsibleSections()],
4+
plugins: [],
65
styleOverrides: {
76
codeFontFamily: "'Roboto Mono', monospace"
87
}

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@astrojs/mdx": "^3.1.7",
1616
"@astrojs/rss": "^4.0.7",
1717
"@astrojs/sitemap": "^3.2.0",
18-
"@expressive-code/plugin-collapsible-sections": "^0.37.0",
1918
"@fontsource/roboto-mono": "^5.1.0",
2019
"@fontsource/roboto-slab": "^5.1.0",
2120
"astro": "^4.15.11",

pnpm-lock.yaml

-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/projects/diy-dns.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ I run these servers in a primary/secondary setup which allows for RFC2136 dynami
1515

1616
As an example, a DNS query for this domain, jb3.dev, will start at the DNS roots, progress to the `dev.` TLD nameservers and end up at one of the nameservers that serves the `jb3.dev.` zone. A nicer visualisation of the below dig command can be found [here](https://dns-lookup.jvns.ca/trace.html#jb3.dev).
1717

18-
```shell title="jb3.zone" {31-34} collapse={6-17, 21-24}
18+
```shell title="jb3.zone" {31-34}
1919
$ dig +trace +nodnssec jb3.dev
2020

2121
; <<>> DiG 9.18.27 <<>> +trace +nodnssec jb3.dev

0 commit comments

Comments
 (0)