I am using blogdown and kakawait/hugo-tranquilpeak-theme to write a plain markdown blog post. When I add images with the shortcode option tag such as
{{< image classes="fancybox right clear" src="image2.png"
thumbnail="http://google.fr/images/image125.png" group="group:travel"
thumbnail-width="150px" thumbnail-height="300px" title="A beautiful
sunrise" >}}
I am unable to break the title of the image. Now I have
A beautiful image
But I would like
A beautiful
image
BTW, these breaks:
\n
<br>
<br />
don't work for me. Any idea how to solve this?