elifesciences / decision-letter-parser

Parse docx file containing decision letter and author response content and produce output in other formats
MIT License
0 stars 0 forks source link

Do not </p> after </list> in convert break tags. #104

Closed gnott closed 3 years ago

gnott commented 3 years ago

Re issue https://github.com/elifesciences/issues/issues/6212

As example of a list block in an article where the function that processes break tags is erroneously adding a </p> tag. The fix here is to not do that if the content ends in a </list> tag.