Force paragraph to close

Is there an easy solution to force a paragraph to close? Sometimes I get problems, because the previous paragraph does not get closed after the break. This disturbs the way my tags are displayed. On a page like the following the paragraph closes after the first kirbytag, so the first thumbnail has a linebreak after it, while the 2nd and 3rd are displayed side by side.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores perspiciatis, excepturi recusandae assumenda nam ratione? In animi blanditiis quam expedita adipisci dolorem, sunt eveniet autem voluptas amet incidunt aperiam consequuntur.

(lightbox: hallo.jpg) (lightbox: cat.jpg) (lightbox: dude.jpg)

Setting markdown breaks to true in your config.php should do the job:
c::set('markdown.breaks', true);