Skip to content

Commit 30648e8

Browse files
author
BinaryPatrick
committed
fix styling
1 parent 9858314 commit 30648e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

astro.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ export default defineConfig({
2121
}),
2222
],
2323
markdown: {
24-
remarkPlugins: [remarkAlert, remarkToc, [remarkCollapse, { test: "Table of contents" }]],
24+
remarkPlugins: [
25+
remarkAlert,
26+
remarkToc,
27+
[remarkCollapse, { test: "Table of contents" }],
28+
],
2529
shikiConfig: {
2630
// For more themes, visit https://shiki.style/themes
2731
themes: { light: "one-light", dark: "dark-plus" },

src/data/blog/2022/install-pihole-ha.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ vrrp_instance pihole {
138138
| 18 | The other nodes IPs |
139139
| 23 | Node authentication. Keep in mind this is unencrypted, which is why we specify the other nodes by IP |
140140
| 32 | The script to run to verify DNS is live |
141+
141142
> [!WARNING]
142143
> Never set an IP reservation for the virtual IP, or set it as a static address for another device
143144

0 commit comments

Comments
 (0)