Hi, I am doing a user guide for a backend site with a lot of screenshots of the application. To show large detail shots I do
<a id="ba-personal-02" style="visibility:hidden;"></a>
<a href="/imagenes-grandes/personal-02"><img src="/images/datos/personal-02.png" alt="imagen" align="left" style="max-width:100%;padding-top:20px;" /> </a>
and to come back I do
<a href="/datos/personal/#ba-personal-02"><img src="/images/datos/personal-03.png" alt="image" align="left" style="max-width:100%;padding-bottom:15px;" /></a>
Is there a simpler way in Goldmark MD to go to the detail image and come back with one click? Hugo .80 Thanks