``` % pandoc -t jats -s --- title: |- My\ document ... # Section\ with line break Paragraph\ with line break -------- A B --- --- 1\ 3 2 4 *1\ 5\ 2* 6 7 -------- ^D
Mydocument Section<break/>

with line break

Paragraph with line break

A B
12 3 4
1 2 56
7
```