6

Is there a list of the markdown tags that apply here?

Is there a list of the markdown tags that apply here?

2 comments

[–] Polsaker 0 points (+0|-0)

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