Enum MarkdownBulletStyle
How the writer represents a bulleted list marker.
public enum MarkdownBulletStyle
Fields
Hyphen = 0A hyphen:
- item. The default, and what most formatters normalize to.Asterisk = 1An asterisk:
* item.Plus = 2A plus sign:
+ item.