m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/markdown.md
diff options
context:
space:
mode:
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