【发布时间】:2018-07-29 11:40:45
【问题描述】:
我有一个使用表格布局的降价页面,它在 VS Code 降价预览插件中正确显示为表格,但是当我将其签入 GitHub 时,它没有正确显示表格,而是显示表格降价。这是页面:https://github.com/path-foundation/path-protocol/blob/docs/docs/api.md
降价:
Inputs
| type|name |description |
|----|---|---|
| *address* | _user | address of certificate owner |
| *bytes32* | _hash | sha256 hash of the certificate text |
在github中查看时显示在页面上:
Inputs | type | name | description | | ---- | --- | --- | | address | _user | address of certificate owner | | bytes32 | _hash | sha256 hash of the certificate text |
任何想法我做错了什么?
【问题讨论】:
标签: github markdown github-flavored-markdown