MarkDown测试页

MarkDown测试页

生活就是折腾!

尽可能的蹂(ce)躏(shi)!

这是一段随意编写的文字.
在线markdown编辑器我最喜爱 StackEdit[1].因为它支持markdown最完全,兼容性最好.它甚至可以离线使用!

然而,当你准备写一份有点用(所以就不是几行"测试","test","Hello World"就算了的), 它的渲染速度真是让人蛋疼!

Wiz居然成了写MarkDown文档的利器, 无所不能啊!

目录

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}edt,.$$

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
  1. 鸡蛋
  2. 牛奶
  3. 面包

嵌入HTML标识符

斜体 ,红色字体

代码

// Foo
var 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[2].

链接

  • about Markdown syntax [here][2],
  • about Markdown Extra extension [here][3],
  • about LaTeX mathematical expressions [here][4],

来自为知笔记(Wiz)


  1. 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. ↩︎

  2. Here is the text of the footnote. ↩︎

posted @ 2014-06-18 14:44  即刻笔记  阅读(388)  评论(0编辑  收藏  举报