API Reference

Enum

AssetEmitMode

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls whether the renderer emits HTML asset tags or only returns an asset manifest for host-side merging.

Inheritance

  • Enum
  • AssetEmitMode

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

Values

public const AssetEmitMode Emit #

Emit tags normally (inline/link), plus include the manifest.

Value: 0
public const AssetEmitMode ManifestOnly #

Do not emit tags; only return the manifest via Assets.

Value: 1