码迷,mamicode.com
首页 > 其他好文 > 详细

markdown语法小结

时间:2018-03-07 11:48:15      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:https   mat   flow   git   回车   fnr   小结   github   inline   

  • 引用数学公式1
    \[ \begin{equation} \pi^2=x^2+y \label{eq_lab1} \end{equation} \]
    Here we cite this equation by \(\eqref{eq_lab1}\)
$$
\begin{equation}
\pi^2=x^2+y
\label{eq_lab1}
\end{equation}
$$
Here we cite this equation by $\eqref{eq_lab1}$
  • 设置字体颜色2
    some This is Blue text.
    <span style="color:blue">some This is Blue italic. text</span>
  • 设置字体为斜体和黑体3
    This is 斜体
    *This is 斜体*
    This is 黑体
    **This is 黑体**
  • 引用参考文献4
    ```markdown
    Citation from the review paper of G. Vlad [^ref1] and R. Tom 5.
    [^ref1]: G. Vlad 1990 RSI paper.

markdown语法小结

标签:https   mat   flow   git   回车   fnr   小结   github   inline   

原文地址:https://www.cnblogs.com/docnan/p/8520900.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!