mrdocs::Config::linkcss

Link stylesheets instead of embedding them

Synopsis

Declared in <mrdocs/Config.hpp>

bool linkcss = false;

Description

When set to true, stylesheets are linked with <link> tags instead of being inlined.

Links use stylesdir plus the stylesheet name (e.g.

css/custom.css).

Local styles are copied unless copycss is false; remote URLs are linked as‐is.

Created with MrDocs