m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/markdown.md
diff options
context:
space:
mode:
Diffstat (limited to 'markdown.md')
-rw-r--r--markdown.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/markdown.md b/markdown.md
index 6df4493..0b0eda2 100644
--- a/markdown.md
+++ b/markdown.md
@@ -27,6 +27,10 @@
[reference]: https://url.of/image.png
+Can place images side-by-side and control width:
+
+ ![](1.png){width=50%} ![](2.png){width=50%}
+
## Presentations
pandoc in.md -t beamer -o out.pdf