exclusivesExceptHeader property
Registry of exclusive attributes that cannot be combined between them.
Implementation
static final Map<String, EasyAttribute> exclusivesExceptHeader =
UnmodifiableMapView<String, EasyAttribute>(
<String, EasyAttribute<Object?>>{
codeblock.key: codeblock,
blockquote.key: blockquote,
list.key: list,
},
);