#_2 CSDN编辑器之markdown

相关链接


常用

1 : <kbd>1</kbd>
  : 占位符
┄┄┄:占位符

  • 要点一 :* 要点一
  • 色号:
    • <font color=0000CD>12345<font>
    • <font color=3399ff>12345<font>
    • <font color=DD8500>12345<font>

><font size=7 color=#FF0000></font><font size=1 color=blue>

首行缩进字符:  首行缩进

首行缩进字符:&emsp;&emsp;首行缩进

— : --- (分割线)↓↓下面这条线↓↓


表格换行

编辑器还支持支持HTML格式 ,使用<br>可以在表格中换行

  • 基本样式
| 姓名 | 特征         |
| ---- | ----------- |
| 小王 | 身高:175cm  |
姓名特征
小王身高:175cm
  • 换行
| 姓名 | 特征         |
| ---- | ----------- |
| 小王 | 身高:175cm<br>体重:45kg |
姓名特征
小王身高:175cm
体重:45kg
  • 居左
|姓名 | 特征 |
| :---- | :------------------------ |
|小王 | 身高:175cm<br>体重:45kg |
姓名特征
小王身高:175cm
体重:45kg
  • 居中
姓名特征
小王身高:175cm
体重:45kg
|姓名 | 特征      |
|:--------:|:-------------:|
|小王 | 身高:175cm<br>体重:45kg |
  • 居右
姓名特征
小王身高:175cm
体重:45kg
|姓名 | 特征                     |
|--------:| -------------:|
|小王 | 身高:175cm<br>体重:45kg |

表格合并

需要合并的话还需要使用原始html格式语言

  • 源码
    • align=“left” 居左
    • rowspan=5 向下合并5行
    • colspan=2 向右合并2行
<table>
	<tr>
	    <th>Type<br>种类</th>
	    <th>Description<br>描述</th>
	    <th>Translation<br>中文</th>  
	    <th>StoreView<br>存储视图</th>
	    <th>Seri<br><font size=1>序号</th>	    	    
	    <th  align="left">StoreColumn<br>存储列</th>	      	    
	</tr >
	<tr>
	    <td rowspan="5">表统计信息 <br><font color=blue>table statistics</td>	
	    <td>average row length</td>
	    <td>平均行的长度</td>
	    <td rowspan=5>ALL_TABLES</td>
	    <td>7</td>	    
	    <td align="left">AVG_ROW_LEN</td>
	</tr>
	<tr >
	    <td>number of rows</td>
	    <td>行数量</td>
	    <td>20</td>
	    <td  align="left">NUM_ROWS</td>
	</tr>
	<tr>
	    <td >number of blocks</td>
	    <td>block数量</td>
	    <td>21</td>
	    <td  align="left">BLOCKS</td>
	</tr>
		<tr>
		<td rowspan=2 colspan=2>-</td>
	    <td>23</td>
	    <td  align="left">AVG_SPACE<br> <font color="#FF0000" size=1> 数据块中<br>平均使用空间 </font></td>
	</tr>	
	<tr>
	    <td>24</td>
	    <td align="left">CHAIN_CNT<br><font color="#FF0000" size=1> 表中行连接<br>和行迁移的数量 </font></td>
</table>
  • 效果如下
Type
种类
Description
描述
Translation
中文
StoreView
存储视图
Seri
序号
StoreColumn
存储列
表统计信息
table statistics
average row length平均行的长度ALL_TABLES7AVG_ROW_LEN
number of rows行数量20NUM_ROWS
number of blocksblock数量21BLOCKS
-23AVG_SPACE
数据块中
平均使用空间
24CHAIN_CNT
表中行连接
和行迁移的数量

注释

注释内容1

注释内容^[注释:这是注释内容。]

20/06/11

M


  1. 注释:这是注释内容。 ↩︎

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值