Review are written in the hypertext language Markdown : https://www.markdownguide.org/

Some Markdown basics (see the code in parallel) :

Text

Bold Italic

Title level 1

Title level 2

Title level 3

Image

How to insert images :

Create a folder in [/collections/images/] for the post and add your image files. Write the following commande

List

List exemple :

  • 1
  • 1.1
  • 1.2 -2
  • 3

Math

How to insert math :

Math are compile by mathjax that support LaTeX syntax :

\[f(x)= \frac{1}{x}\]

/!\ Comparators synmbols are not supported as they are special symbol in HTML. Consquently, they must be written using their LaTeX command : ‘\lt’ and ‘\gt’ See html special characters for more information.

Link

The syntax for web link is :

text where text is the displayed link and url is the adress.

Exemple : creatis website

To refer to a part of the document itself, just replace the url by a heading. Introduction

References

Footnote or reference insertion :

Write 1 in the text and add the following line at the end of the document :

  1. Reference about something