Song Jiaming | 29 Oct 2017
This is a summary of useful syntax (supported by this blog) to write Markdown :smile:
#
: h1 header, ##
: h2 header, …,#####
: h5 header, ######
: h6 header
*asterisk*
- asterisk, or _underscore_
- underscore**asterisks**
- asterisks or __underscores__
- underscores~~tildes~~
- 1.
2.
3.
*
-
+
+ Normal lists with
* `Tap` to create sublist
- any combination works
Tap
to create sublistYou can even have links: [Google](http://www.google.com)
: Google![Markdown Logo](picture_link.jpg)
var example = true
, use `if (isAwesome){
return true
}
for i in range(10):
print("hello world")
| Right-Aligned | Center | Left-Aligned |
| ------------: | :------: | :-------- |
| Apple | Price | $1600 |
| Pear | Cost | $12 |
| Banana | Profit | $1 |
Right-Aligned | Center | Left-Aligned |
---|---|---|
Apple | Price | $1600 |
Pear | Cost | $12 |
Banana | Profit | $1 |
> First indentation
>> Further indentation
First indentation
Further indentation
Inline math: \\(\frac{\pi}{2}\\)
,
or: $\frac{x+y}{x^{2}}$
,
Alternatively, math can be written on its own line:
$$F(\omega) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} f(t) \, e^{ - i \omega t}dt$$
\\[\int_0^1 f(t) \mathrm{d}t\\]
\\[\sum_j \gamma_j^2/d_j\\]
\[\int_0^1 f(t) \mathrm{d}t\]
\[\sum_j \gamma_j^2/d_j\]
Code $\bbox[lightgreen]{\frac{1}{2}}$
Gives $\bbox[lightgreen]{\frac{1}{2}}$
For more ‘copy and paste’ math symbols , vistit http://math.typeit.org/
Three or more Hyphens ---
, Asterisks ***
, Underscores ___
1. [x] This is a complete item
2. [x] This is a complete item
3. [ ] this is a complete item
- [ ] this is an incomplete item
- [ ] this is an incomplete item
Emoji shows up when :tada:
-> :tada: , :+1:
-> :+1: , :heart:
-> :heart: ,etc