41 lines
548 B
Markdown
41 lines
548 B
Markdown
---
|
|
title: Demo
|
|
author: kleπek
|
|
draft: false
|
|
thumbnail: ./thumbnail.jpg
|
|
date: 2026-01-01
|
|
---
|
|
|
|
## Images
|
|
|
|
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
|