feat: add example articles

This commit is contained in:
2026-04-26 21:48:29 +02:00
parent 748f52241f
commit 65f4dd1ac5
4 changed files with 241 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

+40
View File
@@ -0,0 +1,40 @@
---
title: Demo
author: kleπek
draft: false
thumbnail: ./thumbnail.jpg
date: 2026-01-01
---
## Images
PNG: ![png file](./atom.png)
## highlight.js
```typescript
function test(arg1: string, arg2: number): string {
return `${arg1}: ${arg2}`
}
```
```text
text/plain
```
## Mermaid
```mermaid
flowchart LR
A --> B
```
## LaTex
$$\Large\color{Red}{\frac{\Delta K}{2}=\frac{T_{2}}{x_{2}(x_{2}-x_{1})}-\frac{T_{1}}{x_{1}(x_{2}-x_{1})}}$$
Inline LaTex $$\frac{\Delta K}{2}$$ in text
## Lucide Icons
Icon inside <i icon="atom"></i> text