From 10bf9fc971f2ca1982512beebb4bae5df1af15af Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 30 Jul 2021 19:42:00 +0200 Subject: Add image styling info --- markdown.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'markdown.md') 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 -- cgit v1.2.3