NOTE: Image title (caption) will be mapped to PC_ImageCaption docx template style

Toolbar:

Click on Insert Image -> File will insert image as based64 encoding (text in Markdown file)

Click on Insert Image -> URL will insert image as path (Internet, relative, or apsolute).

Images without docx-as-code captions

Image from Internet

![image](https://raw.github.com/adam-p/markdown-here/master/src/common/images/icon48.png)

image

Image with relative path

![image](./images/1.png)

image

Image with absolute path

![image](/images/1.png)

image

Images with docx-as-code captions

Image with relative path and image title (caption)

![image](./images/1.png "Image Title")

image

Image with absolute path and image title (caption)

![image](/images/1.png "Image Title")

image