This post provides a summary of a few general formatting features you can use to write nice and well-structured posts in our community forum.
To start a new paragraph, just leave an empty line in between (i.e., just hit “Enter” twice!), like I now just did between the previous sentence and the current one.
You can use so-called “markdown” code in your posts: certain (sequences) of characters will automatically turn into formatting features. If you’re unsure, always check the preview of your post as you’re typing it (by default shown on the right of the editing field). For instance, you can put text in between certain numbers of asterisks like this:
In this sentence, I used text *in between asterisks*, some other text **in between double asterisks**, and finally some text ***in between triple asterisks***, which resulted in *italic*, **bold** and ***bold & italic*** output.
…and it will show up in your post like this:
In this sentence, I used text in between asterisks, some other text in between double asterisks, and finally some text in between triple asterisks, which resulted in italic, bold and bold & italic output.
You can also easily create bullet lists by typing:
- An item preceded by a dash
- Another item
- Yet another one
…and it will show up in your post like this:
- An item preceded by a dash
- Another item
- Yet another one
Numbered lists are equally easy:
1. An item preceded by a number and a dot
2. Another numbered item
3. A final one
…will show up in your post like this:
- An item preceded by a number and a dot
- Another numbered item
- A final one
Linking to an online URL can be achieved as follows:
In this sentence I provide a link to the [MRtrix3 repository](https://github.com/MRtrix3/mrtrix3) for you to click on.
…will show up in your post like this:
In this sentence I provide a link to the MRtrix3 repository for you to click on.
Showing off an image somewhere else on the web can be done by:
Here is an impression of our idol: 
…which will have the following glorious results:
Here is an impression of our idol:
The subtle horizontal lines separating certain sections (that you might have spotted throughout this post) were achieved by putting three dashes on a single line making sure there’s an empty line before and after them as well.
In a reply to this post (see below), I will describe 2 slightly more advanced features that are particularly useful for our community.