Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 05 Mar 07:57
· 273 commits to main since this release

fix: 导出 PDF 样式与预览保持一致

  • 导出主题 CSS 的 span 选择器与预览对齐(移除 :not(.shrink-0) 排除)
  • 补充导出缺失的强调色背景规则(bg-blue-/bg-indigo- 等)
  • 全部 50 个导出模板的 md() 内容容器由

    改为

    ,
    防止浏览器 HTML 解析器在

    内遇到

      时自动关闭标签,
      导致列表项丢失父级 text-zinc-600 等颜色继承