On 2016-04-08 10:01 -0700 Tom Johnson wrote:
> I have a Markdown table, but for one cell, I need to format an HTML
> list. How can I add HTML for the one table cell I need, while leaving
> the rest of the table in Markdown?
You can't put block level elements inside a kramdown table cell, it is
only designed for span level elements.
-- Thomas