API Reference

Class

DefinitionListDefinition

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Structured definition body inside a definition-list group.

Inheritance

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

Accepted by parameters

Constructors

public DefinitionListDefinition(IEnumerable<IMarkdownBlock> blocks = null) #

Creates a definition body.

Parameters

blocks System.Collections.Generic.IEnumerable{OfficeIMO.Markdown.IMarkdownBlock} = null optionalposition: 0

Properties

public List<IMarkdownBlock> Blocks { get; } #

Structured markdown blocks that belong to this definition body.

public String Markdown { get; } #

Markdown representation of the full definition body.