【发布时间】:2021-01-04 07:15:56
【问题描述】:
我有一个 Markdown 表格,我想隐藏在一个可折叠的单元格中。
<details><summary>Open to view Data Dictionary</summary>
|Feature|Format|Type|Description|
|---|---|---|---|
|**Id**|*integer*|Nominal|Identifier for each property.|
|**PID**|*integer*|Nominal|Parcel identification number - can be used with city web site for parcel review.|
|**MS SubClass**|*integer*|Nominal|Identifies the type of dwelling involved in the sale. Type is coded, please refer to full data documentation|
|**MS Zoning**|*string*|Nominal|Identifies the general zoning classification of the sale.|
</details>
可折叠格式有效。但是,它没有正确呈现表格。我的格式有什么遗漏吗?
【问题讨论】:
标签: python jupyter-notebook markdown