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