We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1251a59 commit e06668bCopy full SHA for e06668b
Types/PSJekyll.Template/Include.PSAlias.md.ps1
@@ -2,8 +2,7 @@ param()
2
3
@"
4
| Alias | Command |
5
-|-|-|
6
-{% for alias in site.data.PSModule.Aliases %}
7
-| {{ alias.Name }} | [{{ alias.Definition }}](/{{alias.Definition}}) |
+|-|-|{% for alias in site.data.PSModule.Aliases %}
+|{{ alias.Name }}|[{{ alias.Definition }}](/{{alias.Definition}})|
8
{% endfor %}
9
"@
0 commit comments