当前位置:网站首页>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 :
边栏推荐
- 美团:踩雷好几年,才总结出的数据治理避坑攻略
- Kept to implement redis autofailover (redisha) 12
- Memcached foundation 3
- USB协议中HID设备描述符以及键盘按键值对应编码表
- 【毕业季】角色转换
- 在线文本数字识别列表求和工具
- leetcode 1143. Longest Commom Subsequence 最长公共子序列(中等)
- 你的case真的pass了吗?
- BS-GX-016基于SSM实现教材管理系统
- The most difficult 618 in history, TCL won the first place in both jd.com and tmall.com shares in the TV industry
猜你喜欢
随机推荐
UVM中uvm_config_db在sequence中的使用
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
Kept to implement redis autofailover (redisha) 17
史上最难618,TCL夺得电视行业京东和天猫份额双第一
Solve the problem that only one line of text is displayed or not displayed in u8glib
Kept to implement redis autofailover (redisha) 13
NLP: brief introduction of transformer in NLP natural language field (pre training technology), NLP model development (elmo/gpt/bert/mt-dnn/xlnet/roberta/albert), detailed introduction to classic case
理想L9产品力分析:售价45.98万,采用四缸发动机,续航1315公里
Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team
30 MySQL tutorial MySQL storage engine overview
Two days of beautiful butterfly animation
Unable to create a folder to save the sketch: MKDIR sketch
About Random Numbers
getReader() has already been called for this request
Gaussian and Summary Stats
UVM中uvm_report_enabled的用法
Gaussian and Summary Stats
Daily question brushing record (V)
接口测试框架实战(一) | Requests 与接口请求构造
Kept to implement redis autofailover (redisha) 14








