Remark plugin that extends remark-deflist to handle nested lists inside descriptiondetails. It first runs the original remark-deflist plugin and then performs additional processing.
Features:
merges paragraph children containing list items into proper lists
merges descriptionlist nodes with following lists
groups multiple descriptionlist nodes into a single node
Nodes handled:
descriptionlist (<dl>)
descriptionterm (<dt>)
descriptiondetails (<dd>)
Returns
A remark plugin transformer that post-processes remark-deflist.
Remark plugin that extends
remark-deflistto handle nested lists inside descriptiondetails. It first runs the originalremark-deflistplugin and then performs additional processing.Features:
Nodes handled:
descriptionlist(<dl>)descriptionterm(<dt>)descriptiondetails(<dd>)