-
Notifications
You must be signed in to change notification settings - Fork 0
Markdown
Kyle Coberly edited this page Jul 8, 2017
·
2 revisions
# H1 Header
## H2 Header
* li
* li
1. li
1. li
[link text](url.com "title here")
[link text][google]
[google]: url.com "title here"
<google.com>
<kyle@coberly.com>

![alt text][truck]
[truck]: truck.jpg
| Left Header | Center Header | Right Header |
| :-------------- | :-----------------: | ----------------: |
| Something | durr | hey now |
`<blink>`
<div>
</div>
Fenced code blocks
```javascript
//Some code
```
*emphasis*
**strong**
> blockquote
~~Strikethrough~~
<hr> = ***
\ escapes \ ` * _ {} [] () # + - . !