mirror of https://github.com/docker/docs.git
reference: re-format markdown table in source
Should make no change in the rendered output, but my IDE didn't like it not being well-formed :D Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0ea7f3de72
commit
a984ba10af
|
@ -150,9 +150,9 @@ For example uses of this command, refer to the [examples section](#examples) bel
|
||||||
{% capture parentdatafile %}{{ controller_data.plink | remove_first: ".yaml" }}{% endcapture %}
|
{% capture parentdatafile %}{{ controller_data.plink | remove_first: ".yaml" }}{% endcapture %}
|
||||||
{% capture parentDesc %}{{ site.data[include.datafolder][parentdatafile].short }}{% endcapture %}
|
{% capture parentDesc %}{{ site.data[include.datafolder][parentdatafile].short }}{% endcapture %}
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| ------- | ----------- |
|
|:---------------------------------------------------------------|:-----------------|
|
||||||
| [{{ controller_data.pname }}]({{parentPath}}{{ parentfile }}/) | {{ parentDesc }}|
|
| [{{ controller_data.pname }}]({{parentPath}}{{ parentfile }}/) | {{ parentDesc }} |
|
||||||
|
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue