You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
429 B

---
sidebar_position: 2
title: Page with images
description : Sample of a page with images
---
# How to use images in a page?
You can use images by using these notation:
```
![short custom description](./folder_to_images/imageFile)
```
for instance here:
```
![logo code first](./pageImages_files/N-VFichier%206%400.5x.png)
```
and here is the result:
![logo code first](./pageImages_files/N-VFichier%206%400.5x.png)