Supported Markdown syntaxes:
----
Use asterisks for *emphasis* and ***strong* emphasis**. _Underlines_ also work.
Surround literal text with (e.g. computer code) with .
For a literal block:
or:
\begin{aligned}
W^{(0)}_{j,k}(x) &= \sqrt{2}\sum_{n}h_n\,W^{(0)}_{j-1,\,2k+n}(x),\\
W^{(1)}_{j,k}(x) &= \sqrt{2}\sum_{n}g_n\,W^{(0)}_{j-1,\,2k+n}(x).
\end{aligned}
\]
↓ You must leave an empty line before a list:
1. First ordered list item
Additional lines (like this one) in a list should be indented **4 space** more.
(Tip: add spaces until the color changes. See how this line is black? That tells you it's not indented enough.)
2. Another item
* Unordered sub-list. You can use , or bullets (note the space!).
another line within the sublist item.
↑ indented 8 spaces.
(Tip: press **Tab / Shift+Tab** to indent / dedent current line or selection.)
3. And another item.
1. Ordered sub-list.
Like in email, preceded by character.