-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Options.ListStyle
GitHub Action edited this page Apr 25, 2024
·
4 revisions
Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll
Decides which characters to use before the TOC items.
public enum ListStyleNone = 0
Just display the TOC items without any preceeding characters.
OrderedDefault = 1
Use the current themes default list-style for ordered lists.
Unordered = 2
Use the current themes default list-style for unordered lists.
Decimal = 3
Preceed the TOC items with numbers separated by points (e.g. 1.1, 1.2, 1.2.1...).