*Please log-in to add a new note

An image can be added in the text using the syntax

[image: size: caption:]
				

where: image is the unique url adress; size (optional) is the % image page width (between 10 and 100%); and caption (optional) the image caption.

It is also possible to add several images in a table. Example with 4 images in a table 2*2:

[images:image_1;image_2;image_3;image_4 dim:2*2 size:100 caption:]
				

A link can be added using:

[title](url)
				

an example with an external link article de wikipedia:

[article de wikipedia](https://fr.wikipedia.org/wiki/Math%C3%A9matiques)

an example with an internal link Link

[Link](/Articles/Comment-simplifier-une-fraction-Mathématiques/))

Examples of how to create sections:

# section 1
## section 1.2
## section 1.3
### section 1.3.1
# section 2

a table of contents can be then created using:

[TOC]

Example of table with 2 columns:

header 1  |  header 2 
------------- | -------------
text  |  text 
text  |  text
header 1 header 2
text text
text text

Example of table with 3 columns:

header 1  |  header 2 |  header 3 
------------- | ------------- | -------------
text  |  text  |  text  
text  |  text  |  text 
header 1 header 2 header 3
text text text
text text text