mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Fix commonmark syntax (#30276)
* Fix commonmark syntax related https://github.com/gohugoio/hugo/issues/6553 * Fix indentation Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
27ec3e8690
commit
a523caab87
@ -459,15 +459,15 @@ Use contextual classes to color table rows or individual cells.
|
|||||||
<td>Cell</td>
|
<td>Cell</td>
|
||||||
<td>Cell</td>
|
<td>Cell</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{< table.inline >}}
|
{{< table.inline >}}
|
||||||
{{- range (index $.Site.Data "theme-colors") }}
|
{{- range (index $.Site.Data "theme-colors") }}
|
||||||
<tr class="table-{{ .name }}">
|
<tr class="table-{{ .name }}">
|
||||||
<th scope="row">{{ .name | title }}</th>
|
<th scope="row">{{ .name | title }}</th>
|
||||||
<td>Cell</td>
|
<td>Cell</td>
|
||||||
<td>Cell</td>
|
<td>Cell</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{< /table.inline >}}
|
{{< /table.inline >}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user