Update test markdown
This commit is contained in:
@@ -59,6 +59,15 @@ _Курсив_
|
|||||||
<details>
|
<details>
|
||||||
<summary>Test summary</summary>
|
<summary>Test summary</summary>
|
||||||
Test text wow
|
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>
|
</details>
|
||||||
|
|
||||||
# Список
|
# Список
|
||||||
|
|||||||
Reference in New Issue
Block a user