m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/markdown.md
diff options
context:
space:
mode:
Diffstat (limited to 'markdown.md')
-rw-r--r--markdown.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/markdown.md b/markdown.md
index 6df4493..88a6ee1 100644
--- a/markdown.md
+++ b/markdown.md
@@ -1,5 +1,9 @@
# Markdown/Pandoc tricks
+## Formatting
+
+Force a line break: empty line with `\`.
+
## Math
$\text{\LaTeX}$
@@ -27,6 +31,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