Published with http://benweet.github.io/stackedit/
This commit is contained in:
parent
56f1c3d8c4
commit
0768286308
15
WELCOME.md
15
WELCOME.md
@ -165,6 +165,13 @@ var foo = bar;
|
|||||||
Then you can create cross-references like this: [beginning of the document](#welcome).
|
Then you can create cross-references like this: [beginning of the document](#welcome).
|
||||||
|
|
||||||
|
|
||||||
|
### Footnotes
|
||||||
|
|
||||||
|
You can create footnotes like this[^footnote].
|
||||||
|
|
||||||
|
[^footnote]: Here is the *text* of the **footnote**.
|
||||||
|
|
||||||
|
|
||||||
### Table of content
|
### Table of content
|
||||||
|
|
||||||
You can insert a table of content using the marker `[TOC]`:
|
You can insert a table of content using the marker `[TOC]`:
|
||||||
@ -174,7 +181,7 @@ You can insert a table of content using the marker `[TOC]`:
|
|||||||
|
|
||||||
### MathJax
|
### MathJax
|
||||||
|
|
||||||
You can include **LaTex** expressions to render mathematical formulas using **MathJax**, as on [math.stackexchange.com][1]:
|
You can render *LaTeX* mathematical expressions using **MathJax**, as on [math.stackexchange.com][1]:
|
||||||
|
|
||||||
The *Gamma function* satisfying $\Gamma(n) = (n-1)!\quad\forall
|
The *Gamma function* satisfying $\Gamma(n) = (n-1)!\quad\forall
|
||||||
n\in\mathbb N$ is via through the Euler integral
|
n\in\mathbb N$ is via through the Euler integral
|
||||||
@ -188,14 +195,12 @@ $$
|
|||||||
>
|
>
|
||||||
> - about **Markdown** syntax [here][2],
|
> - about **Markdown** syntax [here][2],
|
||||||
> - about **Markdown Extra** extension [here][3],
|
> - about **Markdown Extra** extension [here][3],
|
||||||
> - about **Prettify** syntax highlighting [here][4],
|
> - about **Prettify** syntax highlighting [here][4].
|
||||||
> - about **Latex** mathematical expressions [here][5].
|
|
||||||
|
|
||||||
----------
|
|
||||||
|
|
||||||
|
|
||||||
[1]: http://math.stackexchange.com/
|
[1]: http://math.stackexchange.com/
|
||||||
[2]: http://daringfireball.net/projects/markdown/syntax "Markdown"
|
[2]: http://daringfireball.net/projects/markdown/syntax "Markdown"
|
||||||
[3]: http://michelf.ca/projects/php-markdown/extra/ "Markdown Extra"
|
[3]: https://github.com/jmcmanus/pagedown-extra "Pagedown Extra"
|
||||||
[4]: https://code.google.com/p/google-code-prettify/
|
[4]: https://code.google.com/p/google-code-prettify/
|
||||||
[5]: http://en.wikibooks.org/wiki/LaTeX/Mathematics
|
[5]: http://en.wikibooks.org/wiki/LaTeX/Mathematics
|
Loading…
Reference in New Issue
Block a user