- Support portal
- Evaluation Kits and partner products
u-blox Support
- Product documentation
Documentation
- About
- Sustainability
- Partners and Alliances
- Contact
About u-blox
- Investor relations
Investor relations
To add an image, add an exclamation mark (!), followed by alt text in brackets, and the path or URL to the image asset in parentheses. You can optionally add a title in quotation marks after the path or URL.
Markdown:

Rendered Output:
Markdown:

Rendered Output:
Images can also be added by using a html image tag Markdown:
<img src="images/drone_1536x1152.jpg" alt="Drone" />
Rendered Output:
Like links, Images also have a footnote style syntax
![Alt text][id]
With a reference later in the document defining the URL location:
[id]: images/organization.jpg "Organization"
Rendered Output: ![Alt text][id] [id]: images/organization.jpg “Organization”
Instead of an url you can also add a base64 encoded image.
Markdown:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUg...g==" alt="Update notification">
Rendered Output:
Markdown:

Rendered Output:
Markdown:

Rendered Output:
Markdown:

Markdown:
```{figure} images/organization.jpg
:scale: 50 %
:alt: map to buried treasure
This is the caption of the figure (a simple paragraph).
The legend consists of all elements after the caption. In this
case, the legend consists of this paragraph and the following
table:
| Symbol | Meaning |
| ------ | ------- |
| test | description |
```
Rendered Output: