summaryrefslogtreecommitdiff
path: root/examples/markdown.md
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-10-29 19:50:18 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-10-29 19:50:18 +0300
commit3b13f7ac20875df55e02d5e407c4c3cbab3f159c (patch)
treee4c1010278ada9b64b9f785b37aa7a9b3859110e /examples/markdown.md
parent1de3a9aae84ec71c4fd83604ea9c45204efb9baf (diff)
downloadtexo-3b13f7ac20875df55e02d5e407c4c3cbab3f159c.tar
texo-3b13f7ac20875df55e02d5e407c4c3cbab3f159c.tar.xz
texo-3b13f7ac20875df55e02d5e407c4c3cbab3f159c.zip
.
Diffstat (limited to 'examples/markdown.md')
-rw-r--r--examples/markdown.md28
1 files changed, 28 insertions, 0 deletions
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")