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 Document captions
Image from Internet
![image](https://raw.github.com/adam-p/markdown-here/master/src/common/images/icon48.png)
Image with relative path
![image](./images/1.png)
Image with absolute path
![image](/images/1.png)
Images with Document captions
Image with relative path and image title (caption)
![image](./images/1.png "Image Title")
Image with absolute path and image title (caption)
![image](/images/1.png "Image Title")