Table of Contents

Enum MarkdownBulletStyle

Namespace
DocWright.Formats.Markdown
Assembly
DocWright.Formats.Markdown.dll

How the writer represents a bulleted list marker.

public enum MarkdownBulletStyle

Fields

Hyphen = 0

A hyphen: - item. The default, and what most formatters normalize to.

Asterisk = 1

An asterisk: * item.

Plus = 2

A plus sign: + item.