chore: update demo entry with code highlighting and bump dependencies
This commit is contained in:
@@ -6,3 +6,9 @@ tags: [coding]
|
||||
---
|
||||
|
||||
This is a demo entry. It is used to show how a radar item is written in Markdown format. The meta header is used to define the attributes of the item. The content of the file is used as the description of the item.
|
||||
|
||||
```tsx
|
||||
// code higlighting works too
|
||||
const var = 'Hello World!'
|
||||
console.log(var)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user