Tumblr to Write Freely cheat sheet
Bold either **text** or __text__
Italic either *text* or _text_
Bold italic _**text**_
Strikethrough <strike> text </strike>
Small ###### Probably H6 tag
Hyperlinks <a href="url">link text</a>
Colored text <span class="orange">text</ span>
Colors that I made available so far: red, orange, yellow, green, blue, purple, pink
can be additionally customized from css
Regular <p>text</p>
Bigger ## H2 tag
Biggest # H1 tag
Quote (I don't use this)
Chat `Single line syntax`
Indent > blockquote
Bullet list * text
sub bullets * make sure there is a space before the asterisk
Numbered list 1. text
Syntax block ` ` `text` ` `
Read more