Uh oh I came a little too late, but apart the only markdown you can't insert with the buttons on the editor is:
The various levels of titles:
# H1
## H2
### H3
#### H4
##### H5
###### H6
This is the same as H1
==============
This is the same as H2
-------------------------------
Spoiler tags: [spoiler text here](#spoiler) => spoiler text here
Tables:
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
results in
Tables
Are
Cool
col 3 is
right-aligned
$1600
col 2 is
centered
$12
zebra stripes
are neat
$1
Horizontal rules: just --- on its own line (It also works with *** or ___), looks like this:
and lastly, superscript with sometext^superscript => sometextsuperscript. You can nestmanysuperscriptlevels
Uh oh I came a little too late, but apart the only markdown you can't insert with the buttons on the editor is:
The various levels of titles:
```
# H1
## H2
### H3
#### H4
##### H5
###### H6
This is the same as H1
==============
This is the same as H2
-------------------------------
```
Spoiler tags: `[spoiler text here](#spoiler)` => [spoiler text here](#spoiler)
Tables:
```
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
```
results in
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Horizontal rules: just `---` on its own line (It also works with `***` or `___`), looks like this:
---
and lastly, superscript with `sometext^superscript` => sometext^superscript. You can nest^many^superscript^levels
Uh oh I came a little too late, but apart the only markdown you can't insert with the buttons on the editor is:
The various levels of titles:
Spoiler tags:spoiler text here
[spoiler text here](#spoiler)
=>Tables:
results in
Horizontal rules: just
---
on its own line (It also works with***
or___
), looks like this:and lastly, superscript with
sometext^superscript
=> sometextsuperscript. You can nestmanysuperscriptlevels