TopicTransformationCoreUsesLegacyCodeColorizer Property

This property is used to get or set whether or not the presentation style transformation uses the legacy code colorizer.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public bool UsesLegacyCodeColorizer { get; set; }

Property Value

Boolean
The default is false to use the client-side highlighter (highlight.js) or, in cases such as the Markdown style, to do no colorization. If true, the legacy colorizer implemented in the Code Block Component will be used.

See Also