pandoc-2.7.3: test/command/html-trim-definition-list-terms.md
```
% pandoc -f html -t native
<dl>
<dt>
foo
bar
</dt>
<dt>
baz
</dt>
<dd>test</dd>
</dl>
^D
[DefinitionList
[([Str "foo",SoftBreak,Str "bar",LineBreak,Str "baz"],
[[Plain [Str "test"]]])]]
```