I am trying to put an image on my MkDocs webpage like this:
<div align="center">
<img src=/../../images/img1.PNG>
<img src=/../../images/img2.PNG>
<figcaption>Fig1 (left), Fig2 (right)!</figcaption>
</div>
Which works fine. However, when I upload this to GitHub, the images don't show up. Is there a way to change the links so that they work on GitHub and MkDocs webpage? Thanks!