Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Nov 10, 2024
1 parent db1dd86 commit ad274ec
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: '../../layouts/Note.astro'
title: 'Shiki Themes For Markdown Syntax Highlighting In Astro'
pubDate: 11-10-2024
tags: ['note', 'astro', 'markdown']
---

[Astro](https://astro.build/), the framework I used to build this site, contains built-in support for [Shiki](https://shiki.style/), a syntax highlighter.

[Here](https://shiki.style/themes) is a list of themes that work out-of-the-box!

I currently used the `github-dark ` theme for all code blocks on this site.

0 comments on commit ad274ec

Please sign in to comment.