MarkDown测试页
生活就是折腾!
尽可能的蹂(ce)躏(shi)!
这是一段随意编写的文字.
在线markdown编辑器我最喜爱 StackEdit[^stackedit].因为它支持markdown最完全,兼容性
最好.它甚至可以离线使用!
然而,当你准备写一份有点用(所以就不是几行"测试","test","Hello World"就算了的), 它的渲染速度真是让人蛋疼!
Wiz居然成了写MarkDown文档的利器, 无所不能啊!
目录
[TOC]
MathJax 数学公式
The Gamma function satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via the Euler integral $$\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,.$$
The Lorenz Equations
\begin{array}{*{20}{l}}{\dot x}&{ = \sigma (y - x)}\\{\dot y}&{ = \rho x - y - xz}\\{\dot z}&{ = - \beta z + xy}\end{array}表格
Item | Value |
---|---|
Computer | 1600 USD |
Phone | 12 USD |
Pipe | 1 USD |
Item | Value | Qty |
---|---|---|
Computer | 1600 USD | 5 |
Phone | 12 USD | 12 |
Pipe | 1 USD | 234 |
列表
- Red
- Green
- Blue
- 鸡蛋
- 牛奶
- 面包
嵌入HTML标识符
斜体 ,红色字体
代码
// Foovar bar = 0;public class Speaker { public static String sayStrong() { return 1; } public static void main(String[] args) { System.out.println(sayStrong()); }}
脚注
You can create footnotes like this[^footnote].
[^footnote]: Here is the text of the footnote.链接
- about Markdown syntax ,
- about Markdown Extra extension ,
- about LaTeX mathematical expressions ,
[^stackedit]: is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
[^gfm]: GitHub Flavored Markdown (GFM) is supported by StackEdit.