We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b8c25 commit 2c8d29cCopy full SHA for 2c8d29c
src/content/blog/2025/2025-02-10-expressive-code.md
@@ -0,0 +1,19 @@
1
+---
2
+title: Enable Expressive Code Plugin
3
+author: me
4
+pubDatetime: 2025-02-10T15:22:00Z
5
+slug: 2025-02-10-expressive-code
6
+featured: true
7
+draft: false
8
+tags:
9
+ - astro
10
+description: Enable Expressive Code Plugin
11
12
+
13
+https://expressive-code.com/installation/#astro
14
15
+## Example
16
17
+```js
18
+console.log('This code is syntax highlighted!')
19
+```
0 commit comments