Just a quick hint for anyone posting feature requests or support questions: it helps immensely to have a well formatted post that conveys a clear idea of what you are talking about. Here are three things that can help you achieve this: screenshots, code blocks and paragraphs.
Screenshots
A visual representation of what you are looking at (or imagining) makes it much, much easier to grasp what you are talking about. So if you have a tool that allows you to quickly take a screenshot of what you are looking at, please do so and include it in your post.
To add a screenshot (or any file, for that matter) to your post, simply copy and paste it right into the text editor. That’s it! It could hardly be simpler.
Windows now comes with its own screenshooting tool, but there are many more to choose from:
Bonus hint: you can also embed videos in your post, simply by pasting in the url of the video in a line by itself (just try it with your favourite YouTube video and see what happens).
Code blocks
When you are reporting a problem, you are likely to paste some logfiles or command line outputs into your post. Here is a hint of how you can make these snippets easier to read: use so called fenced code blocks . To do this, just put three tildes ( ~~~
) or three backticks ```
in a separate line before and after your snippet. That’s it.
So, for example, this
```
some text
```
will be displayed as this
some text
Paragraphs
It’s very basic really: just insert a blank line whenever you are starting something new. Pressing Enter once wont do the trick, you have to press it twice: Enter Enter