Table of Contents

Enum MarkdownBlockKind

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

What a parsed block of a project's long description is.

public enum MarkdownBlockKind

Fields

Bullet = 4
Code = 7
Heading1 = 1
Heading2 = 2
Heading3 = 3
Ordered = 5
Paragraph = 0
Quote = 6
Rule = 8