4

我已经阅读了这篇关于记录 Kotlin 代码的文章和这篇文章。我试过这段代码:

 /**
 * | First Header  | Second Header |
 * | ------------- | ------------- |
 * | Content Cell  | Content Cell  |
 * | Content Cell  | Content Cell  |
 */

和这个:

 /**
 * This is a regular paragraph.
 *
 * <table>
 * <tr>
 * <td>Foo</td>
 * </tr>
 * </table>
 *
 * This is another regular paragraph.
 */

我还尝试删除*字符:

 /**
  | First Header  | Second Header |
  | ------------- | ------------- |
  | Content Cell  | Content Cell  |
  | Content Cell  | Content Cell  |
 */

但是什么也没发生。当我们编写大量代码时,文档很重要。

那么,你知道如何在 Kotlin 文档中创建表格吗?

4

0 回答 0