You can insert an image to markdown.
![attrnm](path/to/image.png)
MdXaml attempt to load image from resource or filesystem.
The below example is an image loading rule of MdXaml
- If you set absolute path, MdXaml read as it is.
- If you set relative path, MdXaml read from resource.
- If '2' is failed, MdXaml read from filesystem (In default, current directory).
- If '3' is failed, MdXaml give up.