为 +---+---+ 的 Mardown Table 定义 Table Header 标记类型

Define Table Header for Mardown Table of +---+---+ Markup Type

应该使用什么标记将第一行变成 table header?

+-------+----------+-------------------------------------------------+
|  Bits |   Field  |                   Description                   |
|       |   Name   |                                                 |
+-------+----------+-------------------------------------------------+
| 31:28 |  FORMAT  | Indicates size of data type in buffer in bytes  |
|       |          | Indicates size of data type in buffer in bytes  |
|       |          | Indicates size of data type in buffer in bytes  |
|       |          | Indicates size of data type in buffer in bytes  |
+-------+----------+-------------------------------------------------+

这似乎是 Pandoc 的 grid_tables。 header 应该和 body 分开 =,像这样:

+-------+----------+-------------------------------------------------+
|  Bits |   Field  |                   Description                   |
|       |   Name   |                                                 |
+=======+==========+=================================================+
| 31:28 |  FORMAT  | Indicates size of data type in buffer in bytes  |
|       |          | Indicates size of data type in buffer in bytes  |
|       |          | Indicates size of data type in buffer in bytes  |
|       |          | Indicates size of data type in buffer in bytes  |
+-------+----------+-------------------------------------------------+