Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 1.23 KB

markdown_basis.md

File metadata and controls

78 lines (43 loc) · 1.23 KB

Headers

H2

H3

Emphasis

phasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

List

  • Unordered list
  • Unordered list can use asterisks
  • Or minuses
  • Or pluses
  1. First ordered list item
  2. Another item
  • Unordered sub-list.
  1. Actual numbers don't matter, just that it's a number
  2. Ordered sub-list

Links

https://www.google.com

I'm an inline-style link

Images

alt text

Code

Inline code has back-ticks around it.

// block of code
var s = "code";
alert(s);

Tables

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Blockquotes

Blockquotes are very handy in email to emulate reply text.

Horizontal Rule

Three or more underscores


Html

some raw html are also allowed, you can change font style, or addsubscript

More

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet