• 2 Posts
  • 8 Comments
Joined 7 months ago
cake
Cake day: December 11th, 2024

help-circle
  • I suggest that you edit the formatting. You have every verse in a separate paragraph, which is space-inefficient and hard to read. I think that you should use plain line breaks between verses. That increases readability and adds one level to the visual hierarchy, so you can have paragraphs of verses.

    If you end a line with two spaces (at least it you edit in Markdown), the line break is kept in the result. Example (Notice spaces at ends of lines.):

    Roses are red;  
    violets are blue.  
    Paragraphs visually separate,  
    which line breaks don't do.
    

    Roses are red;
    violets are blue.
    Paragraphs visually separate,
    which line breaks don’t do.