From a523caab8711ce7438b29f30070c215344adb2ab Mon Sep 17 00:00:00 2001 From: satotake Date: Fri, 20 Mar 2020 04:11:29 +0900 Subject: [PATCH] Fix commonmark syntax (#30276) * Fix commonmark syntax related https://github.com/gohugoio/hugo/issues/6553 * Fix indentation Co-authored-by: XhmikosR --- site/content/docs/4.3/content/tables.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/content/docs/4.3/content/tables.md b/site/content/docs/4.3/content/tables.md index 12aac11c93..d5dc983470 100644 --- a/site/content/docs/4.3/content/tables.md +++ b/site/content/docs/4.3/content/tables.md @@ -459,15 +459,15 @@ Use contextual classes to color table rows or individual cells. Cell Cell -{{< table.inline >}} - {{- range (index $.Site.Data "theme-colors") }} - - {{ .name | title }} - Cell - Cell - - {{- end -}} -{{< /table.inline >}} + {{< table.inline >}} + {{- range (index $.Site.Data "theme-colors") }} + + {{ .name | title }} + Cell + Cell + + {{- end -}} + {{< /table.inline >}}