blob: 95079f0fe6e3faf0d288dc96f9cdb95674a35bf8 (
plain)
1
2
3
4
5
6
|
print("## Figures", end="\n\n")
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")
|