相关疑难解决方法(0)

如何在降价表内写入列表?

可以在降价表内创建一个列表(子弹,编号或不编号).

表格如下所示:

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |
Run Code Online (Sandbox Code Playgroud)

列表如下所示:

* one
* two
* three
Run Code Online (Sandbox Code Playgroud)

我可以以某种方式合并它们吗?

html markdown github-flavored-markdown

176
推荐指数
4
解决办法
11万
查看次数

标签 统计

github-flavored-markdown ×1

html ×1

markdown ×1