MdElement typedef

MdElement = Element<Node>

Alias name of Element from dart_markdown package.

Implementation

typedef MdElement = md.Element;