Is it possible to have a bulleted list inside a definition when converting to HTML? I tried converting the following:

Term 1
: definition with bulleted list
  - item 1
  - item 2

But got the following result:

<dl>
<dt>Term 1</dt>
<dd>
definition with bulleted list - item 1 - item 2
</dd>
</dl>

Am I doing something wrong here? Or is this just not possible in the current implementation? Perhaps there are some nifty workarounds?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgOPQDA_VdwT4Ed4dKx-Sxsr3_5GGf-cT07Bt5U_ozA-bw%40mail.gmail.com.