Hello,

I found some very old discussion on the subject, but I think it worth it to start a new one.

If I define a figure with an attribute:
  ![My pic](mypic.png){#mypic}

I have indeed a label created. I can see it in latex or in html:
  latex:  \caption{My pic}\label{mypic}
  html: <img src="mypic.png" id="mypic"

I think I should be able to refer to it with the syntax [mypic].

Unfortunately, the result differs:
  latex: {[}mypic{]}
  html: <p>Here is [s4overview]</p>

What do you think ?

Louis

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/29a20ffb-c447-4645-8993-3e64938ae105n%40googlegroups.com.