Themed 2026 Presentation Style Preview

MarkdownConversionPresentationStyle Class

This defines a presentation style used to convert MAML topics to Markdown topics.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Conversion
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public sealed class MarkdownConversionPresentationStyle : PresentationStyleSettings
Inheritance
Object    PresentationStyleSettings    MarkdownConversionPresentationStyle

Remarks

This presentation style is only visible in code to allow converting MAML topics to Markdown. It is not intended to be used as a project presentation style option.

Constructors

Properties

AdditionalResourceItemsFiles This read-only property returns the list of additional resource items files if any
(Inherited from PresentationStyleSettings)
ApiTableOfContentsGenerator This is used to get or set the table of content generator for API content
(Inherited from PresentationStyleSettings)
BasePath This is used to get or set the presentation style base path used to resolve relative paths within the presentation style.
(Inherited from PresentationStyleSettings)
BuildAssemblerConfiguration This is used to get or set the BuildAssembler configuration filename
(Inherited from PresentationStyleSettings)
ContentFiles This read-only property returns the list of help content file locations
(Inherited from PresentationStyleSettings)
DocumentModelApplicator This is used to get or set the document model applicator
(Inherited from PresentationStyleSettings)
Location This is overridden in derived classes to provide the location of the presentation style files
(Overrides PresentationStyleSettingsLocation)
PlugInDependencies This read-only property returns any plug-in dependencies required by the presentation style
(Inherited from PresentationStyleSettings)
RequiresHtmlExtractBuildStep This is used to get or set whether or not the presentation style requires the HTML extract build step for website output.
(Inherited from PresentationStyleSettings)
SupportedFormats This is used to get or set the help file formats supported by the presentation style
(Inherited from PresentationStyleSettings)
SupportsCodeSnippetGrouping This is used to get or set whether or not code snippet grouping is supported by the presentation style.
(Inherited from PresentationStyleSettings)
SupportsNamespaceGrouping This is used to get or set whether or not namespace grouping is supported by the presentation style
(Inherited from PresentationStyleSettings)
TopicTransformation This read-only property returns the topic transformation to use
(Inherited from PresentationStyleSettings)

Methods

CheckForErrors This is used to check the presentation style for errors
(Inherited from PresentationStyleSettings)
CopyHelpContent This is used to copy the presentation style help file content to the given destination folder
(Inherited from PresentationStyleSettings)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ResolvePath This is used to resolve a presentation style path
(Inherited from PresentationStyleSettings)
ResourceItemFiles This is used to get an enumerable list of BuildAssembler resource item files used by the presentation style.
(Overrides PresentationStyleSettingsResourceItemFiles(String))
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also