I would like to be able to have long texts including paragraphs in footnotes. But the function referenceText in Cite.php removes all line breaks using rtrim( $text, "\n" ).
Would it be possible to skip this function through an option, a hook or anything?