commit 1505a99d1346dcd693b4ebdaa35fc82720701f20 Author: copyrights Date: Sat Aug 6 12:55:25 2022 +0200 initial commit diff --git a/main.md b/main.md new file mode 100644 index 0000000..ec5f330 --- /dev/null +++ b/main.md @@ -0,0 +1,17 @@ +# Markdown Test {#sec:markdown} + +This is a test with an image. See Figure {@fig:picard} in section {@sec:image}. + +-------------------------------------------------- + mpg cyl disp hp drat +------------------- ----- ----- ------ ---- ------ + Mazda RX4 21 6 160 110 3.9 + + Mazda RX4 Wag 21 6 160 110 3.9 +-------------------------------------------------- + +## Subsection {#sec:image} + +Yet another sentence. + +![Picard Facepalm](res/picard_facepalm.jpeg){#fig:picard} diff --git a/res/picard_facepalm.jpeg b/res/picard_facepalm.jpeg new file mode 100644 index 0000000..6ebd642 Binary files /dev/null and b/res/picard_facepalm.jpeg differ