ElementToAttributeConvertor typedef
ElementToAttributeConvertor =
List<Attribute> Function(Element element)
Converts markdown md.Element
to list of Attribute
.
Implementation
typedef ElementToAttributeConvertor = List<Attribute<dynamic>> Function(
md.Element element,
);