EvanNotFound / hexo-theme-redefine

Simplicity in Speed, Purity in Design. Redefine Your Hexo Journey.
https://redefine.ohevan.com
GNU General Public License v3.0
1.48k stars 125 forks source link

[BUG] 行间公式未居中 #293

Closed Andonade closed 1 year ago

Andonade commented 1 year ago

提交 Issue 前检查清单

Bug 描述

我的 _config.yml 中有关 mathjax 的设置:

mathjax:
  tags: none               # or 'ams' or 'all'
  single_dollars: true     # enable single dollar signs as in-line math delimiters
  cjk_width: 0.9           # relative CJK char width
  normal_width: 0.6        # relative normal (monospace) width
  append_css: true         # add CSS to every page
  every_page: false        # if true, every page will be rendered by mathjax regardless the `mathjax` setting in Front-matter of each article

我的 Markdown 部分代码:

- *\*闭包*

        定义
        $$
        \Sigma^{*}=\Sigma^{0}\cup\Sigma^{1}\cup\Sigma^{2}\cup\cdots
        $$

    - *+闭包*

        定义
        $$
        \Sigma^{+}=\Sigma^{1}\cup\Sigma^{2}\cup\Sigma^{3}\cup\cdots
        $$

但在网页上这样的行间公式并未居中

复现方法

No response

预期结果

行间公式本应该是居中的

截图

截屏2023-11-07 23 38 15

电脑操作系统

macOS Sonoma 14.1

浏览器

Chrome

版本

v2.5.0

移动端设备

No response

移动端操作系统

No response

浏览器

No response

版本

No response

其他

No response

EvanNotFound commented 1 year ago

Redefine 主题 v2.5.1 已修复/更新此功能,请前往 Release 页面 更新主题

Andonade commented 1 year ago

已解决,谢谢