MarkdownExtension
The MarkdownExtension enum distinguishes the type of source file for processing.
less than a minute
Definition
Source Code
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
enum MarkdownExtension {
Advanced
PipeTables
GfmPipeTables
EmphasisExtras
ListExtras
HardLineBreak
Footnotes
Footers
Citations
Attributes
GridTables
Abbreviations
Emojis
DefinitionLists
CustomContainers
Figures
Mathematics
Bootstrap
MediaLinks
SmartyPants
AutoIdentifiers
TaskLists
Diagrams
NoFollowLinks
NoOpenerLinks
NoReferrerLinks
NoHtml
Yaml
NonAsciiNoEscape
AutoLinks
Globalization
}
Fields
Class
Indicates that the source file or folder is for a PowerShell classes.
Enum
Indicates that the source file or folder is for a PowerShell enums.
Function
Indicates that the source file or folder is for a PowerShell functions.
Last modified March 3, 2023: (MAINT) Rename Source folder to Projects (8b45aed)