What I’m trying to do
Is there a way to escape square brackets in rendered image links? Example:
![caption [@citationkey]](imagename) 
The name of graph and citationkey render correctly through pandoc as a caption of the image. But obsidian stops rendering the image in live edit mode. Is there a way to make obsidian render the image despite the square brackets?
Things I have tried
- 
escaping with
\ - 
[[imagename|caption [@citationkey]]]with conversion to above format before export - 
kinda of works but is a big of a hassle and the
]]]bracket rendering is not consistent. 
Any other ideas?