The InlineMacroToBlockConverter doesn't consider AST nodes of type DescriptionListEntry when traversing the AST. Adding support for this may require adding API to DescriptionListEntry that allows changing the contents of the entry similar to ListItem.
The
InlineMacroToBlockConverterdoesn't consider AST nodes of typeDescriptionListEntrywhen traversing the AST. Adding support for this may require adding API toDescriptionListEntrythat allows changing the contents of the entry similar toListItem.