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