Expand description
Pipeline-level configuration. Compiled unconditionally so callers can describe the pipeline (themes, copy-linked-files paths, gfm switch, …) whether or not the matching feature flags are enabled.
When a config field describes a transformer whose feature is off,
Pipeline::with_defaults_for
silently skips it – the field is still allowed in the config so user
settings round-trip cleanly across builds with different feature sets.
Structs§
- Copy
Linked Files Options - Paths consumed by the
copy-linked-filestransformer. - Pipeline
Config - Top-level config consumed by [
Pipeline::with_defaults_for]. All fields are optional; the empty config (PipelineConfig::default()) reproduces the historicalPipeline::with_defaults()behavior. - Pretty
Code Options - Top-level pretty-code configuration. Stored on
CompileConfigasOption<PrettyCodeOptions>;Nonemeans “use built-in defaults”.
Enums§
- Math
Engine - Which engine renders
$...$/$$...$$math. - Pretty
Code Theme - Pretty-code theme spec.