From a984ba10af06e0f0fd51aa2760403677d51add64 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 30 Apr 2022 17:10:46 +0200 Subject: [PATCH] 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 --- _includes/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/cli.md b/_includes/cli.md index 49b3ffebbc..ff89208032 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -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 %}