--- layout: post title: Markdown Style Guide --- This is a demo of all styled elements. [View the markdown used to create this post](https://raw.githubusercontent.com/LeonLiu0804/leonliu0804.github.io/master/_posts/2018-12-08-Markdown%20Style%20Guide.md). This is a paragraph, it's surrounded by whitespace. Next up are some headers, they're heavily influenced by GitHub's markdown style. ## Header 2 (H1 is reserved for post titles)## ### Header 3 #### Header 4 A link to [LeonLiu's Blog](https://leonliu0804.github.io/). A big ass literal link An image, located within /images ![an image alt text](https://avatars0.githubusercontent.com/u/25121270?s=400&u=66f6d7bb25887a012f64f79aa60dfc27bdc91bec&v=4) * A bulletted list - alternative syntax 1 + alternative syntax 2 - an indented list item 1. An 2. ordered 3. list Inline markup styles: - _italics_ - **bold** - `code()` > Blockquote >> Nested Blockquote Syntax highlighting can be used with triple backticks, like so: ```javascript /* Some pointless Javascript */ var rawr = ["r", "a", "w", "r"]; ``` Use two trailing spaces on the right to create linebreak tags Finally, horizontal lines ---- ****