add schema

This commit is contained in:
Hans Pagel
2021-01-20 23:53:53 +01:00
parent 6a1661cf9f
commit cfe0898fdd
4 changed files with 86 additions and 9 deletions

View File

@@ -38,11 +38,13 @@ export default {
content: `
<p>Example Text</p>
<table>
<tr>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
<tbody>
<tr>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
</tbody>
</table>
<p>Example Text</p>
`,
@@ -56,7 +58,7 @@ export default {
</script>
<style>
table {
table, tr, td {
border: 3px solid red;
}
</style>