Some scratch notes on how to format simple, common things in HTML or Markdown, on different Platforms.
Markdown CODE
- Wrap code in backticks, like:
<blink>
tags suck
or - To specify a Code Block, indent every line with 4 spaces (like below)
Tumblr MORE
HTML:
<!-- more --> -- needs the spaces around more to work
MARKDOWN:
[[MORE]] -- must be in caps