OfficeIMO

API Reference

Enum

AssetMode

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

Connectivity mode used to decide how to include external assets (CSS/JS) referenced via URLs.

Inheritance

  • Enum
  • AssetMode

Values

public const AssetMode Online #

Reference assets by URL (CDN or provided links).

Value: 0
public const AssetMode Offline #

Inline assets so the output works offline. If URLs are provided, the renderer will attempt to download their content and inline it.

Value: 1