Closed kmccurley closed 3 months ago
newline characters are allowed in the title and subtitle. When we produce the JATS, we should replace \\ in the title and subtitle by <break>
\\
<break>
This commit fixes it. It was only subtitle that was at issue - newlines were already stripped in affiliation and title. We strip the newline altogether before JATS is produced.
newline characters are allowed in the title and subtitle. When we produce the JATS, we should replace
\\
in the title and subtitle by<break>