I have the following image with a caption and a footnote in its caption:
![Figure 1: Useful technology for the present and the future.[^fn-figure_1]](/image/path)
[^fn-figure_1]: *Big data, Analytics and the Path from Insights to Value*, MIT Solan management review, Winter 2011.
The above code doesn't work. Prints out:
<figure>
<img src="" alt="Figure 1: Useful technology for the present and the future.*Big data, Analytics and the Path from Insights to Value*, MIT Solan management review, Winter 2011.
fn-figure_1" />
<figcaption>Figure 1: Useful technology for the present and the future.<a href="#fn:*Big data, Analytics and the Path from Insights to Value*, MIT Solan management review, Winter 2011.
" title="see footnote" class="footnote">[*Big data, Analytics and the Path from Insights to Value*, MIT Solan management review, Winter 2011.
]</a></figcaption></figure>
I also tried wrapping image caption as a link:
![[Figure 1: Useful technology for the present and the future.][^fn-figure_1]](/image/path)
[^fn-figure_1]: *Big data, Analytics and the Path from Insights to Value*, MIT Solan management review, Winter 2011.
But it doesn't seem to work either. Outputs:
<p>![[Figure 1: Useful technology for the present and the future.]<a href="#fn:1" id="fnref:1" title="see footnote" class="footnote">[1]</a>]()</p>
I have the following image with a caption and a footnote in its caption:
The above code doesn't work. Prints out:
I also tried wrapping image caption as a link:
But it doesn't seem to work either. Outputs: