Update test markdown

This commit is contained in:
2026-02-03 13:17:54 +03:00
parent 1fcbb26c67
commit b9c038890c

View File

@@ -59,6 +59,15 @@ _Курсив_
<details>
<summary>Test summary</summary>
Test text wow
> Вложенная цитата
```java title="Тестовый блок кода"
private Map<String, BlogPost> fetchAllPosts() {
return rawBlogPostPort.fetchAll().stream()
.map(this::renderPost)
.collect(Collectors.toMap(BlogPost::key, p -> p));
}
```
</details>
# Список