pandoc/test/command/html-trim-definition-list-terms.md
2019-05-25 18:36:56 +03:00

230 B

% 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"]]])]]