Download the VS Code extension here

Generating content based on embedded images

March 20, 2025

Using Image references

To include images in your Markdown files, use the standard Markdown syntax:

![Alternative text](image/path/or/URL)

MkDocMaker treats images referenced this way the same as images stored in your project’s resource folders during content generation. For example, consider this Markdown document:

# MkDocMaker

## Installing the extension

![Marketplace icon](images/marketplace.png)

In this case, marketplace.png will be displayed in the Markdown preview and included when MkDocMaker generates the chapter.

images