添加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,5 +1,5 @@
<template>
<th class=" bg-gray-100 dark:bg-gray-800 border border-gray-200 dark:border-gray-700 py-2">
<slot />
</th>
</template>
<th class=" bg-gray-100 dark:bg-gray-800 border border-gray-200 dark:border-gray-700 py-2">
<slot />
</th>
</template>