当前位置:   article > 正文

markdown特殊符号或语法归纳_markdown 特殊符号

markdown 特殊符号

符号打钩 √ √

换行<br>

实心圆点 ⋅ \cdot $\cdot$

空心圆 ∘ \circ $\circ$

上标 2n 2<sup>n</sup>

下标 xi x<sub>i</sub>

表格对齐
左对齐 :-
居中:-:
右对齐-:

文字背景色:markdown不支持html的style,原生语法中只能借用table的bgcolor,非常不好。


矩阵运算公式
[ x ′ y ′ ] = [ α β ( 1 − α ) ⋅ x c − β ⋅ y c − β α β ⋅ x c + ( 1 − α ) ⋅ y c ] [ x y 1 ] \left[

xy
\right] = \left[
αβ(1α)xcβycβαβxc+(1α)yc
\right] \left[
xy1
\right] [xy]=[αββα(1α)xcβycβxc+(1α)yc]xy1

$$
\left[ 
    \begin{matrix} 
    x' \\    
    y'
    \end{matrix} 
\right] =
\left[ 
    \begin{matrix}   
    \alpha & \beta & (1-\alpha)\cdot xc-\beta\cdot yc\\    
    -\beta & \alpha & \beta\cdot xc+(1-\alpha)\cdot yc   
    \end{matrix} 
\right]  
\left[ 
    \begin{matrix} 
    x \\    
    y \\    
    1
    \end{matrix} 
\right] 
$$
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

使用的HTML语法

修改表格样式

版本号发布日期版本类型备注
1.2
2020.4.15
beta
1.1
2019.9.1
alpha
1.0
2019.1.1
alpha
<table border="1"><tbody>
    <tr bgcolor="DarkOrchid">		
        <th>版本号</th><th>发布日期</th><th>版本类型</th><th>备注</th>	
    </tr>
    <tr>
        <td><center><font color="Hotpink">1.2</font></center></td><td><center>2020.4.15</center></td><td><center>beta</center></td><td><center></center></td>
    </tr>	
    <tr>
        <td><center>1.1</center></td><td><center>2019.9.1</center></td><td><center>alpha</center></td><td><center></center></td>
    </tr>
        <tr>
        <td><center>1.0</center></td><td><center>2019.1.1</center></td><td><center>alpha</center></td><td><center></center></td>
    </tr>
</table>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14

颜色

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/297160
推荐阅读
相关标签
  

闽ICP备14008679号