Element markdown(String markdown, {String parent = 'div', Map<String, String> attributes = const {}}) { return _md(parent, markdown, attributes); }