Skip to content

Install

The following explains how to install the Link Embeds plugin.


Pip

You may download this plugin from Pypi:

The Link Embeds plugin for mkdocs displays links with a more modern appearance. Links will automatically be populated with an image, description, and title for the target website; or you can override the values to specify your own.


Open your terminal / command prompt and execute:

pip install mkdocs-link-embeds-plugin


Plugin Dependencies: Version v0.1.2

The package has been modified to automatically install any dependencies that this plugin requires. You should not have to manually install beautifulsoup4. If you end up having to install it, reach out and create a Github issue.

If for some reason you need to manually install the dependency; execute the following:

pip install beautifulsoup4


Install CSS

After you have completed the above steps, proceed to the next step which shows you how to install the stylesheet: