m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/markdown.md
diff options
context:
space:
mode:
authorMartin Chrzanowski <martin@celo.org>2019-01-30 15:41:48 -0800
committerMartin Chrzanowski <martin@celo.org>2019-01-30 15:41:48 -0800
commit04b31260d241d44f2f456ef65c6b81190fbafb77 (patch)
treee7f53239556cc2855a1d39f00cfc4663fa24c7b1 /markdown.md
parente236a64b384f3e5c5c7064e936ccea00048ad5ea (diff)
parent6b150482239c63d51285af820ef6d2899a7f7d06 (diff)
Merge branch 'master' of https://gitlab.com/m-chrzan/cheatsheets
Diffstat (limited to 'markdown.md')
-rw-r--r--markdown.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/markdown.md b/markdown.md
index 4c8835e..6df4493 100644
--- a/markdown.md
+++ b/markdown.md
@@ -20,6 +20,13 @@
<https://youtube.com>
+## Images
+
+ ![alt text](https://url.of/image.png)
+ ![alt text][reference]
+
+ [reference]: https://url.of/image.png
+
## Presentations
pandoc in.md -t beamer -o out.pdf