* Fix commonmark syntax
related https://github.com/gohugoio/hugo/issues/6553
* Fix indentation
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
<td>Cell</td>
<td>Cell</td>
</tr>
-{{< table.inline >}}
- {{- range (index $.Site.Data "theme-colors") }}
- <tr class="table-{{ .name }}">
- <th scope="row">{{ .name | title }}</th>
- <td>Cell</td>
- <td>Cell</td>
- </tr>
- {{- end -}}
-{{< /table.inline >}}
+ {{< table.inline >}}
+ {{- range (index $.Site.Data "theme-colors") }}
+ <tr class="table-{{ .name }}">
+ <th scope="row">{{ .name | title }}</th>
+ <td>Cell</td>
+ <td>Cell</td>
+ </tr>
+ {{- end -}}
+ {{< /table.inline >}}
</tbody>
</table>
</div>