Singular line breaks don’t seem to automatically render with Quartz. If you want line breaks, add to the file quartz\styles\custom.scss:

p {
  white-space: pre-line;
}

Seemed to work.