fluid-dev / hexo-theme-fluid

:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
https://hexo.fluid-dev.com/
GNU General Public License v3.0
7.32k stars 1.13k forks source link

关于Fluid上表格的几点问题 #607

Open Firestar-Reimu opened 3 years ago

Firestar-Reimu commented 3 years ago
  1. 空表格会缺右下角一格:

网页显示这样:

Screenshot_20211104_135621

应该显示这样: Screenshot_20211104_140636

  1. 表格并没有自动居中,默认是左对齐的,加入 align="center" 也不行(该页面不是自定义页面,就是普通的post) Screenshot_20211104_134938
zkqiang commented 2 years ago

问题1 是 hexo-renderer-kramed 插件的问题,请根据最新文档更换渲染插件:

  1. npm uninstall hexo-renderer-kramed --save
  2. npm install hexo-renderer-pandoc --save
  3. 还需安装 pandoc

问题2 建议用 HTML 写法解决

Firestar-Reimu commented 2 years ago

https://blog.firestar-reimu.top/tools/Time-Calculator/

用volantis主题就是居中的,或许可以看看他们是怎么做到的?

https://github.com/volantis-x/hexo-theme-volantis/