当前位置:网站首页>markdown表格(合并)
markdown表格(合并)
2022-06-27 00:48:00 【夏夜迷】
Markdown本身不支持表格合并,但支持html,可通过html实现
示例代码如下:
<table>
<tr>
<th>产品标签</th>
<th>组件标签</th>
<th>基础标签</th>
<th>备注</th>
<th>附加标签</th>
</tr >
<tr >
<td rowspan="11">browser</td>
<td rowspan="5">init_browser</td>
<td>init_browser_zk</td>
<td>配置文件写入ZK的操作</td>
<td rowspan="11">附加标签:
setup_browser:<br/> 安装所有组件操作
<br/>
copy_browser_image:<br/>分发所有组件镜像操作</td>
</tr>
<tr>
<td>init_browser_zeus</td>
<td>ZEUS数据创建的操作</td>
</tr>
<tr>
<td>init_browser_es</td>
<td>ES索引创建的操作</td>
</tr>
<tr>
<td >init_browser_sql</td>
<td>Mysql数据库和数据库表创建的操作</td>
</tr>
<tr>
<td >init_browser_ng</td>
<td >nginx配置初始化的操作</td>
</tr>
<tr>
<td rowspan="2">browser_etl</td>
<td >copy_browser_etl_image</td>
<td >分发setup_browser_etl镜像</td>
</tr>
<tr>
<td >setup_browser_etl</td>
<td >分发setup_browser_etl镜像</td>
</tr>
<tr>
<td rowspan="2">browser_alert</td>
<td >copy_browser_alert_image</td>
<td >分发browser_alert镜像</td>
</tr>
<tr>
<td >setup_browser_alert</td>
<td >安装browser_alert</td>
</tr>
<tr>
<td rowspan="2">browser_web</td>
<td>copy_browser_web_image</td>
<td>分发browser_web镜像</td>
</tr>
<tr>
<td >setup_browser_web</td>
<td >安装browser_web</td>
</tr>
注:需特别注意 rowspan 的值需要根据行数修改。
效果图如下:
边栏推荐
- Central Limit Theorem
- ESP32-SOLO开发教程,解决CONFIG_FREERTOS_UNICORE问题
- Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
- 超越锂电池——未来电池的概念
- Bootstrapblazor + FreeSQL actual combat chart usage (2)
- CH423要如何使用,便宜的国产IO扩展芯片
- Memcached Foundation
- Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
- 3線spi屏幕驅動方式
- Memcached foundation 6
猜你喜欢
Analysis of ideal L9 product power: the price is 459800 yuan, the four cylinder engine is adopted, and the endurance is 1315km
Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快
【毕业季】角色转换
Skills needing attention in selection and purchase of slip ring
Break through the performance bottleneck of image recognition through rust language computing acceleration technology
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
JSON解析,ESP32轻松获取时间气温和天气
CEC-I 中华学习机使用说明与问答
30《MySQL 教程》MySQL 存储引擎概述
Review the old and know the new -- constant renewal at normal temperature
随机推荐
About Random Numbers
大白话高并发(一)
理想L9产品力分析:售价45.98万,采用四缸发动机,续航1315公里
Two days of beautiful butterfly animation
Keepalived 实现 Redis AutoFailover (RedisHA)17
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
Database interview questions +sql statement analysis
Statistical Hypothesis Testing
ESP32-SOLO开发教程,解决CONFIG_FREERTOS_UNICORE问题
buuctf-pwn write-ups (6)
The world is very big. Some people tattoo QR codes on their necks
ESP32-添加多目录的自定义组件
Memcached foundation 4
USB协议中HID设备描述符以及键盘按键值对应编码表
memcached基础7
Great vernacular with high concurrency (I)
自定义MVC(导成jar包)+与三层架构的区别+反射+面试题
buuctf-pwn write-ups (6)
Operating instructions and Q & A of cec-i China learning machine
Keepalived 实现 Redis AutoFailover (RedisHA)16