This topic created in 4732 days ago, the information mentioned may be changed or developed.
在 `.md` 文档中添加自定义样式的表格,像这样:
<table style="border:2px dotted gray;"><tr><td>
aaa
</td></dr></table>
但是不起作用 :(
不能覆盖预定义样式吗?
1 replies 1970-01-01 08:00:00 +08:00  | | 1 johnnyb May 19, 2013 本来 markdown 中是允许这么做的,但 github 会把自定义样式剔除 :( |