首页 > 其他 > 详细

markdown语法小结

时间:2018-03-07 11:02:02      阅读:155      评论:0      收藏:0      [点我收藏+]
  • 引用数学公式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://www.cnblogs.com/docnan/p/8520900.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!