OfficeIMO

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

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