I'm trying to make a simple line break between a header h2
and the first paragraph of a post in a <data:post.snippet>
in Blogger.
This post kind of helps (How to increase character lengh in blogger snippet instead of using limited length, 'data:post.snippet'?), but I limited the amount of characters using this javascript code (https://groups.google.com/d/msg/bloggerdev/8jUR9uISmA0/J8dmGwACJDgJ) (I don't want to show <data:post.body>
until the read more tag).
Is there a way to style the snippet to make a line break after a heading?