From 2aa4ab70961b9e05d0aec0b410d5e14f16fba13c Mon Sep 17 00:00:00 2001 From: Collin Lefeber Date: Sun, 16 Feb 2025 21:21:16 -0500 Subject: [PATCH] fix links --- posts/style_a_blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/style_a_blog.md b/posts/style_a_blog.md index 0376dee..4093aa6 100644 --- a/posts/style_a_blog.md +++ b/posts/style_a_blog.md @@ -126,7 +126,7 @@ A few more things that I want to differ from browser defaults. * Remove underline from header links in the markdown rendered output. * `
` monospaced font is a bit large by default.
 * Inline `` tags get a little padding to separate them while reading.
-* Use [`highlight.js`][https://highlightjs.org/] and a theme [chalk][https://github.com/highlightjs/highlight.js/blob/main/src/styles/base16/chalk.css]
+* Use [`highlight.js`](https://highlightjs.org/) and a theme [chalk](https://github.com/highlightjs/highlight.js/blob/main/src/styles/base16/chalk.css)
 * A few horizontal lines wow!
 
 ## Conclusion