From 93369effa8cf1d4423ee77d109cf8b249c3ad8ca Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Fri, 10 Jan 2020 21:21:38 +0000 Subject: [PATCH] Tidy Markdown & correct syntax (#18335) Use correct formatting for code blocks. --- content/en/docs/concepts/containers/images.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index 5d51e8c7fb..4e95d273ac 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -205,7 +205,7 @@ example, run these on your desktop/laptop: Verify by creating a pod that uses a private image, e.g.: -```yaml +```shell kubectl apply -f - <