当前位置:网站首页>Markdown table (consolidated)
Markdown table (consolidated)
2022-06-27 01:24:00 【Summer night fan】
Markdown Table consolidation is not supported by itself , But support html, It can be done by html Realization
The sample code is as follows :
<table>
<tr>
<th> product labeling </th>
<th> Component labels </th>
<th> Basic labels </th>
<th> remarks </th>
<th> Attach labels </th>
</tr >
<tr >
<td rowspan="11">browser</td>
<td rowspan="5">init_browser</td>
<td>init_browser_zk</td>
<td> Configuration file write ZK The operation of </td>
<td rowspan="11"> Attach labels :
setup_browser:<br/> Install all component operations
<br/>
copy_browser_image:<br/> Distribute all component image operations </td>
</tr>
<tr>
<td>init_browser_zeus</td>
<td>ZEUS Data creation operations </td>
</tr>
<tr>
<td>init_browser_es</td>
<td>ES Index creation operations </td>
</tr>
<tr>
<td >init_browser_sql</td>
<td>Mysql Database and database table creation </td>
</tr>
<tr>
<td >init_browser_ng</td>
<td >nginx Configure initialized actions </td>
</tr>
<tr>
<td rowspan="2">browser_etl</td>
<td >copy_browser_etl_image</td>
<td > distribution setup_browser_etl Mirror image </td>
</tr>
<tr>
<td >setup_browser_etl</td>
<td > distribution setup_browser_etl Mirror image </td>
</tr>
<tr>
<td rowspan="2">browser_alert</td>
<td >copy_browser_alert_image</td>
<td > distribution browser_alert Mirror image </td>
</tr>
<tr>
<td >setup_browser_alert</td>
<td > install browser_alert</td>
</tr>
<tr>
<td rowspan="2">browser_web</td>
<td>copy_browser_web_image</td>
<td> distribution browser_web Mirror image </td>
</tr>
<tr>
<td >setup_browser_web</td>
<td > install browser_web</td>
</tr>
notes : Special attention should be paid to rowspan The value of needs to be modified according to the number of rows .
The renderings are as follows :
边栏推荐
- Memcached foundation 6
- Gaussian and Summary Stats
- 架构实战营模块五作业
- 持续交付-Blue Ocean 应用
- Bootstrapblazor + FreeSQL actual combat chart usage (2)
- Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team
- 网上开通证券账户安全吗 手机炒股靠谱吗
- 对象的访问机制及其他
- Statistical Hypothesis Testing
- uvm中的config机制方法总结(二)
猜你喜欢

XSS攻击笔记(上)

Solve the problem that only one line of text is displayed or not displayed in u8glib

Timing mechanism of LwIP

IIS 部署静态网站和 FTP 服务

C#程序结构预览最基础入门

Gaussian and Summary Stats

LeetCode 142. 环形链表 II

Bs-gx-016 implementation of textbook management system based on SSM
![[graduation season] role conversion](/img/4e/aa763455da974d9576a31568fc6625.jpg)
[graduation season] role conversion

解决STC8G1K08程序不能运行的问题和端口配置
随机推荐
架构实战营模块五作业
LeetCode 142. Circular linked list II
解决STC8G1K08程序不能运行的问题和端口配置
Memcached foundation 4
Custom class loader encrypts and decrypts classes
IIS deploy static web site and FTP service
Basic introduction to C program structure Preview
Kept to implement redis autofailover (redisha) 12
用代码生成流程图,Markdown的使用方法
Generate flow chart with code, and how to use markdown
接口隔离原则
XSS笔记(下)
Esp32 experiment - self built web server distribution network 02
Esp32-solo development tutorial to solve config_ FREERTOS_ UNICORE problem
[graduation season] role conversion
Central Limit Theorem
Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
Weibo comments on high performance and high availability architecture
30《MySQL 教程》MySQL 存储引擎概述
memcached基础5