Skip to content

Commit

Permalink
Add <tbody> tag to fix Vue warning in frontmatter docs (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonGohJH committed Apr 9, 2023
1 parent c9cb336 commit 06e04d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_markbind/boilerplates/codeHorizontal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- `codeRight` - The MarkBind code content in this variable will appear in a code block on RHS -->

<table style="width: 100%;">
<tbody>
<tr>
<th style="width: 45%; padding-right: 5%">{{ headingLeft }}</th>
<th style="width: 45%; padding-left: 5%;">{{ headingRight }}</th>
Expand All @@ -25,4 +26,5 @@
```
</td>
</tr>
</tbody>
</table>

0 comments on commit 06e04d4

Please sign in to comment.