I have an image in markdown:

How can I reference that image like:
[Figure 2](-reference-) shows the 4 main tabs of the dashboard
Hope you can help me. Thanks in advance.
With Github markdown, you can use HTML tag a, set with the name on the object and href
On the object/image:
<a name="tabs"></a>
On the link text:
<a href="#tabs">Figure 2</a>
You may need to define unique name for every components and also unique among the headings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With