Enum MarkdownBlockKind
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
What a parsed block of a project's long description is.
public enum MarkdownBlockKind
Fields
Bullet = 4Code = 7Heading1 = 1Heading2 = 2Heading3 = 3Ordered = 5Paragraph = 0Quote = 6Rule = 8