You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then the markdown files will be generated from the information in the MAML file (found in the module) **and** using reflection on the cmdlet implementation in the module.
39
39
40
+
#### NOTE
41
+
42
+
Some cmdlets have examples containing rows and columns of information after the PowerShell commands and remarks. For example:
43
+
44
+
### -------------------------- Example 1: Get capabilities for the current subscription for a region --------------------------
This command returns the capabilities for SQL Database on the current subscription for the Central US region.
52
+
53
+
Location : Central US
54
+
Status : Available
55
+
SupportedServerVersions : {12.0, 2.0}
56
+
57
+
However, the format of these rows and columns are not preserved when platyPS generates the MAML. In order to avoid this issue, please move the rows and columns into the code block of the example; this is how help for core PowerShell modules is written.
58
+
59
+
After making these changes, the resulting markdown would look like the following:
60
+
61
+
### -------------------------- Example 1: Get capabilities for the current subscription for a region --------------------------
0 commit comments