Current section
Files
Jump to
Current section
Files
include/commonmark@ast_Document.hrl
-record(document, {
blocks :: list(commonmark@ast:block_node()),
references :: gleam@dict:dict(binary(), commonmark@ast:reference_())
}).