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
@@ -640,7 +676,8 @@ If not provided, this will be the order they are defined in the formatter.</maml
640
676
<maml:introduction>
641
677
<maml:para> PS > </maml:para>
642
678
</maml:introduction>
643
-
<dev:code> Get-MarkdownHelp Get-Help </dev:code>
679
+
<dev:code> ##### Getting Markdown Help
680
+
Get-MarkdownHelp Get-Help # Get-MarkdownHelp is a wrapper for Get-Help </dev:code>
644
681
<dev:remarks>
645
682
</dev:remarks>
646
683
</command:example>
@@ -666,7 +703,7 @@ If not provided, this will be the order they are defined in the formatter.</maml
666
703
<maml:description>
667
704
<maml:para>Gets a script's references</maml:para>
668
705
</maml:description>
669
-
<dev:version>0.4.8</dev:version>
706
+
<dev:version>0.4.9</dev:version>
670
707
</command:details>
671
708
<maml:description>
672
709
<maml:para>Gets the external references of a given PowerShell command. These are the commands the script calls, and the types the script uses.</maml:para>
@@ -792,7 +829,7 @@ If not provided, this will be the order they are defined in the formatter.</maml
792
829
<maml:description>
793
830
<maml:para>Gets a Script's story</maml:para>
794
831
</maml:description>
795
-
<dev:version>0.4.8</dev:version>
832
+
<dev:version>0.4.9</dev:version>
796
833
</command:details>
797
834
<maml:description>
798
835
<maml:para>Gets the Script's "Story"</maml:para>
@@ -955,7 +992,7 @@ If not provided, this will be the order they are defined in the formatter.</maml
955
992
<maml:description>
956
993
<maml:para>Installs MAML into a module</maml:para>
957
994
</maml:description>
958
-
<dev:version>0.4.8</dev:version>
995
+
<dev:version>0.4.9</dev:version>
959
996
</command:details>
960
997
<maml:description>
961
998
<maml:para>Installs MAML into a module. </maml:para>
@@ -1309,7 +1346,7 @@ This slightly reduces the size of the MAML file, and reduces the rate of changes
1309
1346
<maml:description>
1310
1347
<maml:para>Determines the percentage of documentation</maml:para>
1311
1348
</maml:description>
1312
-
<dev:version>0.4.8</dev:version>
1349
+
<dev:version>0.4.9</dev:version>
1313
1350
</command:details>
1314
1351
<maml:description>
1315
1352
<maml:para>Determines the percentage of documentation in a given script</maml:para>
@@ -1452,7 +1489,7 @@ This slightly reduces the size of the MAML file, and reduces the rate of changes
1452
1489
<maml:description>
1453
1490
<maml:para>Saves a Module's MAML</maml:para>
1454
1491
</maml:description>
1455
-
<dev:version>0.4.8</dev:version>
1492
+
<dev:version>0.4.9</dev:version>
1456
1493
</command:details>
1457
1494
<maml:description>
1458
1495
<maml:para>Generates a Module's MAML file, and then saves it to the appropriate location.</maml:para>
@@ -1713,7 +1750,7 @@ This slightly reduces the size of the MAML file, and reduces the rate of changes
1713
1750
<maml:description>
1714
1751
<maml:para>Saves a Module's Markdown Help</maml:para>
1715
1752
</maml:description>
1716
-
<dev:version>0.4.8</dev:version>
1753
+
<dev:version>0.4.9</dev:version>
1717
1754
</command:details>
1718
1755
<maml:description>
1719
1756
<maml:para>Get markdown help for each command in a module and saves it to the appropriate location.</maml:para>
@@ -2006,6 +2043,24 @@ If not provided, all types of commands from the module will be saved as a markdo
0 commit comments