This is an example readme file written in markdown.
Here is a bulleted listed:
- Item
- Another Item
- A third item
Here is an enumerated list:
- Item 1
- Item 2
- Item 3
You can make any line a heading by adding a #
in front
etc...
- You can make anything italic by enclosing in a single pair of
**
or__
(example) - You can make anything bold by enclosing it in a double pair of
**
- Yes, you guessed it...you can make something bold and italic buy using a triple pair of
**
- You can make
code
font by using single backticks