API Reference

Class

MarkdownNativeCodeBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a code block.

Inheritance

Properties

public CodeBlock Code { get; } #

Source code block.

public String Language { get; } #

Primary fence language token.

public String InfoString { get; } #

Full fenced-code info string.

public MarkdownCodeFenceInfo FenceInfo { get; } #

Structured fenced-code metadata.

public String Content { get; } #

Code content with normalized line endings.

public String Caption { get; } #

Optional code-block caption.

public IReadOnlyDictionary<String, String> Attributes { get; } #

Parsed fence attributes.

public IReadOnlyList<String> Classes { get; } #

Parsed fence classes.

public String ElementId { get; } #

Parsed fence element id.

public String Title { get; } #

Convenience title resolved from fence metadata.