Current section
Files
Jump to
Current section
Files
include/commonmark@ast_AlertBlock.hrl
-record(alert_block, {
level :: commonmark@ast:alert_level(),
contents :: list(commonmark@ast:block_node())
}).