Table of Contents

Enum ImageHandlingStrategy

Namespace
MarkMyDeck.Configuration
Assembly
MarkMyDeck.dll

Strategy for handling images in markdown.

public enum ImageHandlingStrategy

Fields

Embed = 0

Embed images in the presentation.

Keep images as hyperlinks.

Skip = 2

Skip images entirely.