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 parentDesc %}{{ site.data[include.datafolder][parentdatafile].short }}{% endcapture %}
|
||||
|
||||
| Command | Description |
|
||||
| ------- | ----------- |
|
||||
| [{{ controller_data.pname }}]({{parentPath}}{{ parentfile }}/) | {{ parentDesc }}|
|
||||
| Command | Description |
|
||||
|:---------------------------------------------------------------|:-----------------|
|
||||
| [{{ controller_data.pname }}]({{parentPath}}{{ parentfile }}/) | {{ parentDesc }} |
|
||||
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue