添加rehype-mathjax对公式和流程的支持

This commit is contained in:
2025-08-11 00:21:33 +08:00
parent 6d965ccd40
commit 6c061b1e58
13 changed files with 1172 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
<template>
<table>
<slot />
</table>
</template>
<table>
<slot />
</table>
</template>
<!-- <style scoped>
/* 强化表头背景,仅此组件内生效 */
@@ -12,4 +12,4 @@ table :deep(thead th) {
.dark table :deep(thead th) {
background-color: rgba(255, 255, 255, 0.08);
}
</style> -->
</style> -->