From: satotake Date: Thu, 19 Mar 2020 19:11:29 +0000 (+0900) Subject: Fix commonmark syntax (#30276) X-Git-Tag: v5.0.0-alpha1~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a523caab8711ce7438b29f30070c215344adb2ab;p=thirdparty%2Fbootstrap.git Fix commonmark syntax (#30276) * Fix commonmark syntax related https://github.com/gohugoio/hugo/issues/6553 * Fix indentation Co-authored-by: XhmikosR --- 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 >}}