Closed rgaiacs closed 1 year ago
The issue here is a line break inside a link like in minimal DOCX working example. The line break inside the link is impossible to recognise.
Even with the symbols enabled:
The line break is visible in the XML:
<w:p>
<w:pPr>
<w:pStyle w:val="FirstParagraph"/>
</w:pPr>
<w:hyperlink r:id="rId20">
<w:r>
<w:rPr>
<w:rStyle w:val="Hyperlink"/>
</w:rPr>
<w:t xml:space="preserve">DuckDuckGo_Search</w:t>
</w:r>
<w:r>
<w:br/>
</w:r>
</w:hyperlink>
<w:r>
<w:t xml:space="preserve">(all result types)</w:t>
</w:r>
</w:p>
Pandoc will preserve the line break.
This blocks https://github.com/GESIS-Methods-Hub/andrew/issues/193