Table of Contents
[TOC]
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Heading (underline)
This is an H1
This is an H2
The HTML specification is maintained by the W3C.
ajshdkhask
jahsdk asd
First Header | Second Header |
---|
Content Cell | Content Cell |
Content Cell | Content Cell |
function test() { console.log("Hello world!");}(function(){ var box = function() { return box.fn.init(); }; box.prototype = box.fn = { init : function(){ console.log('box.init()'); return this; }, add : function(str) { alert("add", str); return this; }, remove : function(str) { alert("remove", str); return this; } }; box.fn.init.prototype = box.fn; window.box =box;})();var testBox = box();testBox.add("jQuery").remove("jQuery");
<!DOCTYPE html><html> <head> <mate charest="utf-8" /> <meta name="keywords" content="Editor.md, Markdown, Editor" /> <title>Hello world!</title> <style type="text/css"> body{font-size:14px;color:#444;font-family: "Microsoft Yahei", Tahoma, "Hiragino Sans GB", Arial;background:#fff;} ul{list-style: none;} img{border:none;vertical-align: middle;} </style> </head> <body> <h1 class="text-xxl">Hello world!</h1> <p class="text-green">Plain text</p> </body></html>
Images
Image:
Follow your heart.
- kajdlsakjdl
- kajdlsakjdl
- kajdlsakjdl
- kajdlsakjdl
- asdjaskd
- asdjaskd
- asdjaskd
- asdjaskd
Escape
*literal asterisks*
TeX(KaTeX)
E=mc^2
x > y
(\sqrt{3x-1}+(1+x)^2)
(\sqrt{3x-1}+(1+x)^2)
\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))
\displaystyle\left( \sum\_{k=1}^n a\_k b\_k \right)^2\leq\left( \sum\_{k=1}^n a\_k^2 \right)\left( \sum\_{k=1}^n b\_k^2 \right)
\displaystyle \frac{1}{ \Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{ \frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} { 1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }
f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi
Page break
Print Test: Ctrl + P
Flowchart
st=>start: startop=>operation: somethingcond=>condition: something Yes or No?e=>end: endst->op->condcond(yes)->econd(no)->op
Sequence Diagram
Andrew->China: Says Hello Note right of China: China thinks\nabout it China-->Andrew: How are you? Andrew->>China: I am good thanks!