Code example

This commit is contained in:
2023-09-16 22:49:31 +02:00
parent 0a4ca6a931
commit 8878cec830

View File

@@ -61,6 +61,9 @@ Code
```typescript
// Multi line code snippet with typescript syntax highlighting
const x: string = "arst";
const y = () => {
console.log(x);
};
```
- bullet