2020-10-03 14:41:04 +01:00
|
|
|
print("# Figures", end="\n\n")
|
2020-09-22 08:58:48 +01:00
|
|
|
|
|
|
|
print("![Back View](output-back.png){width=100%}", end="\n\n")
|
|
|
|
print("![Front View](output-front.png){width=100%}", end="\n\n")
|
|
|
|
print("![Close Up View of the Back](closeup-back.png){width=100%}", end="\n\n")
|
|
|
|
print("![Close Up View of the Front](closeup-front.png){width=100%}", end="\n\n")
|