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
- Bird
- McHale
- Parish
- Red
- Yes
- No
- Green
- OK
- 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
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 |