首页
/
综合 / [分享发现] Markdown 表格语法更新了?…
[分享发现] Markdown 表格语法更新了?
编辑部
2026-05-22T21:14:23.556155
43963 阅读 综合
我记得原来表格分隔线至少要三个 - ,原来写文档的时候还特意试过,最少几个就能识别。 https://www.markdownguide.org/extended-syntax/#tables https://docs.github.com/en/get-started/writing-on-git...
[分享发现] Markdown 表格语法更新了?
我记得原来表格分隔线至少要三个 -,原来写文档的时候还特意试过,最少几个就能识别。
https://www.markdownguide.org/extended-syntax/#tables
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables
今天发现现在一个就可以了。
| a | b | c | d |
| --- | :--- | :---: | ---: |
| a | b | c | d |
| - | :- | :-: | -: |
a
b
c
d
a
b
c
d
貌似这里不支持对齐。
a
b
c
d
a
b
c
d