feat: support markdown table (#294)

* feat: support markdown table

* chore: update table style

* test: for markdown table parse
This commit is contained in:
Hyoban
2022-10-15 11:42:04 +08:00
committed by GitHub
parent 6c53bd00f6
commit 3d0c6004c0
4 changed files with 92 additions and 1 deletions

View File

@ -58,6 +58,18 @@
code {
@apply bg-gray-100 px-1 rounded text-sm font-mono leading-6 inline-block;
}
table {
@apply my-1 table-auto border-collapse border border-gray-300;
th {
@apply px-4 py-1 text-center border border-gray-300;
}
td {
@apply px-4 py-1 text-center border border-gray-300;
}
}
}
> .expand-btn-container {