Hello everybody,
I’m new on this forum. I’m working on the Eclipse Papyrus Project. The purpose of this project is to provide a graphical editor for UML. In this context, we are connecting the commonmark (0.21) editor to edit string fields of our UML model. We would like to be able to reference image from the Eclipse Workspace (or at least from the local file system). I already tried several syntaxes without succeed:
![title](file://D:/git/images/apple.jpg)
or
<p><img alt="image" src="D:\git\images\apple.jpg" /></p>
using /or \ changes anything
Please, do you know the way to reference local image ?
Regards,
Vincent