cloutiy / tml

5 stars 0 forks source link

Modify logic for blank lines within [quote] #34

Closed cloutiy closed 9 years ago

cloutiy commented 9 years ago

Inside a quote, you don't want blank lines parsed into .PP. QUOTE, in mom, is for line-by-line setting of lyrics, poetry, code, etc. "Paragraph" is meaningless in this context. This is one case where it makes sense to have blank lines parsed into blank lines (as'.SP'), which would allow

  [quote]
    font: italic
    'Twas midnight on the ocean
    Not a streetcar was in sight
    The sun was shining brightly
    And it rained all day that night.

    'Twas a winter's day in summer
    The sun was shining brass
    The barefoot boy stood in his shoes
    Sitting on the grass.
  [end]

to come out exactly as it looks.

cloutiy commented 9 years ago

done