Type Alias pandoc_ast::Attr

source ·
pub type Attr = (String, Vec<String>, Vec<(String, String)>);
Expand description

Attributes: identifier, classes, key-value pairs