API Reference

Class

MarkdownNativeDiagnostic

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Diagnostic emitted while building the native markdown projection.

Inheritance

  • Object
  • MarkdownNativeDiagnostic

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String Id { get; } #

Stable diagnostic identifier.

public String Message { get; } #

Human-readable diagnostic message.

public MarkdownNativeDiagnosticSeverity Severity { get; } #

Diagnostic severity.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span associated with the diagnostic when available.

public MarkdownNativeBlock Block { get; } #

Native block associated with the diagnostic when available.