Update test markdown
This commit is contained in:
@@ -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>
|
||||
|
||||
# Список
|
||||
|
||||
Reference in New Issue
Block a user