Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

解决Jekyll搭建Github Pages博客的表格和公式显示问题 #23

@SiYangming

Description

@SiYangming

https://siyangming.github.io/blogs/show_table_mathtex_normal_with_jekyll/

表格显示问题

直接在_layout文件中的header.html中写上下面的代码:

<style> table{ border-left:1px solid #000000;border-top:1px solid #000000; width: 100%; word-wrap:break-word; word-break:break-all; } table th{ text-align:center; } table th,td{ border-right:1px solid #000000;border-bottom:1px solid #000000; } </style>

公式显示问题

直接在_layout文件中的header.html中写上下面的代码:

<script src=

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions