Markdown


Additional Resources

HEADERS

This is an H1

This is an H2 ————-

This is an H1

This is an H2

HORIZONTAL RULES






INLINE HTML

REFERENCES

I get 10 times more traffic from Google than from Yahoo or MSN.

Using the implicit link name shortcut, you could instead write:

I get 10 times more traffic from Google than from Yahoo or MSN.

LISTS

  • Red
  • Green
  • Blue
  1. Bird
  2. McHale
  3. Parish
  • Red
    1. Yes
    2. No
  • Green
    1. OK
    2. YUP!
  • Blue

EMPHASIS

single asterisks single underscores double asterisks double underscores *this text is surrounded by literal asterisks* –Strikethrough– Superscript Subscript

CODE

This is a normal paragraph:

This is a code block.

Inline code Use the printf() function. There is a literal backtick (`) here. A single backtick in a code span: ` A backtick-delimited string in a code span: `foo`

IMAGES

Alt text Alt text

LINKS

https://bobspunt.com/ bobspunt@gmail.com

BACKSLASH ESCAPES

Markdown provides backslash escapes for the following characters:

char descrip
\ backslash
` backtick
* asterisk
__ underscore
{ } curly braces
[ ] square brackets
( ) parentheses
# hash mask
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark