Closed Jessomadic closed 8 months ago
Please see here https://jessomadic.github.io/
I was able to resolve this by creating a new subfolder called "shortcodes" in the "layouts" folder. I then created an HTML file called line_break.html and inside just put <br />
then inside your config you can add {{< line_break >}}
wherever you need a linebreak and it will add one.
I have attempted to do a line break with every way I can think of and find online but none have worked I have tried
2x spaces , <p> </p>,<br>, \n
and none of them worked. I attempted to make another list and that also didn't work. Am I missing something?