aboutsummaryrefslogtreecommitdiff
path: root/test/command/7041.md
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel1-0/+23
The `<p>` element is used for wrapping in cases were the contents would otherwise not be allowed in a certain context. Unnecessary wrapping is avoided, especially around quotes (`<disp-quote>` elements). Closes: #7227