Is there a way to reference an image as we can do in latex as shown below:
\begin{figure}[h]
\centering
\includegraphics[width=0.25\textwidth]{sample_image}
\caption{test image}
\label{fig:img_01}
\end{figure}
\ref{fig:img_01}
Similarly, we can do the same thing in markdown using html tags as in Jupyter Notebooks:
<img src="sample_image" alt="img" id="img_01"/>
[ref. image](#img_01)
Is there a similar feature here, as to my understanding Obsidian doesn’t support html tags for security reasons, or I am missing out something completely.
- Obsidian v0.11.3
- OS: Ubuntu