Current section
Files
Jump to
Current section
Files
include/commonmark@ast_Emphasis.hrl
-record(emphasis, {
contents :: list(commonmark@ast:inline_node()),
marker :: commonmark@ast:emphasis_marker()
}).