initial MVP

This commit is contained in:
Mikan
2025-12-08 16:57:25 +03:00
commit 848eb462b5
20 changed files with 398 additions and 0 deletions

BIN
tests/fixtures/images/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

19
tests/fixtures/sample.md vendored Normal file
View File

@@ -0,0 +1,19 @@
# Заголовок 1
Это обычный параграф.
**Жирный текст**, *курсив* и [ссылка](https://example.com).
## Заголовок 2
- Элемент списка 1
- Элемент списка 2
![Логотип](images/logo.png)
### Заголовок 3
Нумерованный список:
1. Первый
2. Второй