V2 - UPDATED
Some of these are just showing the code behind the look. Sometimes I find it easier to just type it.
Headings
### Headings
Headings (can be # ## ### ####)
Bold
**Bold**
-
Bullets
* Bullets
or
- Bullets- Indent Bullets
(3 spaces)* Indent Bullets
(3 spaces)- Indent Bullets
- Indent Bullets
small
<small>small</small>
Underline
[u]Underline[/u]
Strikethrough
[s]Strikethrough[/s]
(Just showing you can combine various codes)
Underline strikethrough
[b][u][s]Underline strikethrough[/s][/u][/b]
Deleted Text - Strikethrough Highlighted Reddish
<del>Deleted Text - Strikethrough Highlighted Reddish</del>
Inserted text - Underined with Green Highlight
<ins>Inserted text - Underined with Green Highlight</ins>
Supsuperscript
<sup>superscript</sup>
Subsubscript
<sub>subscript</sub>
Trademark™
Trademark(TM)
Previously these worked similarly, but don’t seem to in here.
Copyright(R)
Copyright(C)
Keyboard Letters
B ⌥⌘C
<kbd>B</kbd> <kbd>⌥⌘C</kbd>
Unicode Characters
≠ ≠ - ≠
℉ º Degree Fahrenheit - ℉
℃ º Degree Celsius - ℃
° º Degree - °
€ - €
$ - $
¢ - ¢
∞ - ∞
¼ - ¼
⅔ - ⅔
← - ←
↑ - ↑
→ - →
↓ - ↓
Backticks… 1 single ` before and then after allows for code to display and is used in my examples. (You find this left of the number 1 for those who may not know)
More cmplicated ways for the same thing
[code]put what in here[/code]
…or for long code pastes using 3 backticks 1 line above saves putting one at the end or each line. Anything on the first line is hidden
3 Backticks
Close with 3 more on a new line
spoiler – click the blur to see the spoiler text
[spoiler]spoiler[/spoiler]
Please add any you are aware of.
Rob
ETA - some stuff I left out
Some HTML will work too.
<ul> notice the empty line below. It is needed to allow link/code to work
indent
</ul>
My first paragraph.
My second paragraph.
<p>My first paragraph.</p>
<p>My second paragraph.</p>
- Bold text
<b> - Bold text</b>
- Important text (yeah, looks like bold)
<strong> - Important text
- Italic text
<i> - Italic text</i>
- Emphasized text (looks like italics)
<em> - Emphasized text
- Marked text
<mark> - Marked text</mark>
[quote="Oneida"]`
Quoted text
[quote]
A numbered HTML list
- Coffee
- Tea
- Milk
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>