Skip to content

Commit

Permalink
Update note
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Dec 25, 2024
1 parent 1511e74 commit 3a194bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: ['note', 'astro', 'markdown']
I currently used the `github-dark ` theme for all code blocks on this site.

```typescript
// Example 'github-dark' theme
// Example.ts
let num = [1, 2, 3]
num.forEach(function (value) {
console.log(value)
Expand Down

0 comments on commit 3a194bd

Please sign in to comment.