Markdown Cheat Sheet - fordsfords/fordsfords.github.io GitHub Wiki

There are many markdown cheat sheets out there. I wrote this one to be very short and only include the things I tend to use.

Here's one that's just a little longer: https://guides.github.com/features/mastering-markdown/

# Header Level 1
## Header Level 2

[Named link](https://geeky-boy.com)

[Named link](#header-level-1)

*itallics*

**bold**

> blockquoted
> material

````
generic {
  code;
}
````

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2

![latency chart](lat_test1.png)
⚠️ **GitHub.com Fallback** ⚠️