vscode snippet markdown template

{
"table": {
    "prefix": "html-table-tl",
    "body": [
      "<table>",
      "<thead>",
      "<tr>",
      "<td></td>",
      "</tr>",
      "</thead>",
      "<tbody>",
      "<tr>",
      "<td></td>",
      "</tr>",
      "</tbody>",
      "</table>"
    ],
    "description": "create a html frame",
  }
}