mrdocs::Config::stylesheets
Ordered list of stylesheets to apply to HTML output
Synopsis
Declared in <mrdocs/Config.hpp>
std::vector<std::string> stylesheets;
Description
Ordered list of stylesheet names or paths.
If empty, the bundled stylesheet is used.
Entries can be local paths or remote URLs; remote URLs are only linked when linkcss is true.
Inline mode embeds local styles; link mode emits <link> tags for each entry and copies local files.
Created with MrDocs