From 3b13f7ac20875df55e02d5e407c4c3cbab3f159c Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 29 Oct 2019 19:50:18 +0300 Subject: . --- examples/markdown.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/markdown.md (limited to 'examples/markdown.md') diff --git a/examples/markdown.md b/examples/markdown.md new file mode 100644 index 0000000..d1413fd --- /dev/null +++ b/examples/markdown.md @@ -0,0 +1,28 @@ +# 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") -- cgit v1.2.3