无法以降价格式制作表格

时间:2016-09-17 05:28:18

标签: github markdown

https://github.com/ishan-nitj/Competitve-Programming/blob/master/TODO%20PROBLEMS.md

我已经用md格式创建了一个表,但它没有在github上显示。但是同时在markdown编辑器上工作:link

1 个答案:

答案 0 :(得分:1)

直接从Github:Organizing information with tables

  

标题行的每一列必须至少有三个连字符。

您的第一个标题行只有一个连字符。

您还必须在表格顶部放置一个空行,如下所示:

Date:17 September  2016

|SNO|LEVEL|NAME|COMMENTS|DONE ON|
|---|---------------|--------------|----------|----|
1|DIV2 E|[Pashmak and Graph|(http://codeforces.com/problemset/problem/459/E)|Tried but getting WA

结果:

enter image description here