mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: support markdown table (#294)
* feat: support markdown table * chore: update table style * test: for markdown table parse
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user