Markdown - Libertree/libertree GitHub Wiki

Italics:

*italic text* or _italic text_

Bold:

**bold text** or __bold text__

Bold + Italics:

***bold and italic text***

Links:

[link text here](www.example.org)

Images:

![image name](www.example.org/image.jpg)

Image + Link:

[ ![image name](www.example.org/image.jpg)] (www.example.org)

Have a look at the wikipedia for more information about markdown.