# Huge header ###### Tiny header Some text: blah-blah-blah... New paragraph. *Italic*. **Bold**. _alternative_ __style__. ++Underlined++. ~~Striked~~. `Mono`. ---- This was horizontal rule. > This is > *quote*. ``` bool Block::is_code() { return this->should_be(); } ``` ![Awesome alt](../awseome.jpg "Awesome Title") [Awesome link](example.com "Awesome title of link") [![Magic alt](../magic.png "Ignored")](example.com "Magic title of linked pic")