Skip to main content

include/spruce@markdown_Options.hrl

-record(options, {
    theme :: spruce@markdown:theme(),
    width :: gleam@option:option(integer())
}).