Im Gegensatz zum Github-Markdown, verhält sich unsere Website leicht anders, deswegen ist die Vorschau beim Website-Editor bei Github, nicht imme korrekt:
test
Code can be inline, using backticks. Or it can be in blocks, either with backtick "fences" or with indents of four spaces. (I prefer fences.)
print('You get syntax highlighting...')
print('...if you include the language name')
You can also syntax-highlight some other cool stuff, like file diffs:
- This line got removed
+ This line got added
Math forumlae use TeX. Some examples:
$-b \pm \sqrt{b^2 - 4ac} \over 2a$
$[P(E) = {n \choose k} p^k (1-p)^{ n-k} ]$
$\dot{x} = \sigma(y-x) \ \dot{y} = \rho x - y - xz \ \dot{z} = -\beta z + xy$
$[ \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) ]$
This version of the page was edited by Anonymous at 2016-05-28 14:27:17. View the most recent version.