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