- 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:
![Drone](images/drone_1536x1152.jpg)
Rendered Output:
Markdown:
![Mobility](images/Internal-mobility.png "Mobility")
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:
![Hello World](data:image/png;base64,iVBORw0KGgoAAAANSUh...g==)
Rendered Output:
Markdown:
![GPIO pin](data:image/svg+xml;base64...)
Rendered Output:
Markdown:
![gif test](images/dev-map-display-radius.gif)