Skip to content

Commit 2c8d29c

Browse files
committed
Add example post woth expressive plugin
1 parent 27b8c25 commit 2c8d29c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)