Merge pull request #34950 from s-kawamura-w664/update_tabshortcode

Fixed markdown not working in tabs.
This commit is contained in:
Kubernetes Prow Robot
2022-07-12 02:34:51 -07:00
committed by GitHub
@@ -179,9 +179,9 @@ Follow the instructions for [getting started with containerd](https://github.com
{{% tab name="Linux" %}}
You can find this file under the path `/etc/containerd/config.toml`.
{{% /tab %}}
{{< tab name="Windows" >}}
{{% tab name="Windows" %}}
You can find this file under the path `C:\Program Files\containerd\config.toml`.
{{< /tab >}}
{{% /tab %}}
{{< /tabs >}}
On Linux the default CRI socket for containerd is `/run/containerd/containerd.sock`.