Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Github Markdown常见问题

Zrachel edited this page Dec 23, 2016 · 4 revisions

Github Flavored Markdown语法存在以下问题:

  • 表格是无法居中的。
  • 图片居中方法:不要用markdown的图片语法,但可以用css。
<p align="center">
<img src="image/your_image.png"><br/>
图1. image_name
</p>
  • latex公式渲染方法:采用chrome插件GitHub with MathJax。PS: 现在markdown里的latex公式是无法在github显示的,但之后所有markdown格式都要转为ipynb格式,而ipynb对latex支持很好,所以我们先只装插件,做到能看。