warning: People without Google accounts cants see your sample images, if you are going to include links to files stored on Google can I suggest you use GDrive to store the file and a "Get shareable link" option to create a link that people without a Google account can use.
I would suggest using a div element with a class attribute instead of the paragraph element, that way you aren't getting the other built-in effects the paragraph has and wont be effecting all paragraphs. I would also suggest changing the anchor elements created by the markup based image links to display as blocks instead of inline, this will force each anchor element onto its own line.
1. The passage content.
<div class="vertical">\
[img[image url]]\
[img[image url][to-manlulka]]\
[img[image url]]\
[img[image url][start]]\
...etc...
</div>
2. CSS to place within Story Stylesheet area.
.vertical {
line-height: 0.5;
}
.vertical > a {
display: block;
}