mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
59fb9c40de
Closes #10708.
308 B
308 B
% pandoc -f html -t mediawiki
<dl>
<dt>Case 1: Both subsets are non-empty</dt>
<dd>
In this case, …
</dd>
</dl>
^D
; Case 1<nowiki>:</nowiki> Both subsets are non-empty
: In this case, …
% pandoc -f mediawiki -t html
; term : definition
^D
<dl>
<dt>term</dt>
<dd>
definition
</dd>
</dl>