In many places at Useme you are allowed to use text formatting. It is done by simple sets of characters, which help you enrich the content and give a good look to your input.
Paragraphs
To start a new paragraph, leave one empty line:
new line
will not start a paragraph
new line will not start a paragraph
however, with one empty line in between...
a new paragraph will begin
however, with one empty line in between...
a new paragraph will begin
Text style
Putting text between double slashes you will make it italic. Two asterisks will turn the font into bold:
//italics// → italics
**bold** → bold
//**both effects can be mixed together**// → both effects can be mixed together
References and links
You may use simple links, represented by an URL address, as well as described ones, which will blend into the text:
[[https://useme.eu]] → https://useme.eu
[[https://useme.eu|find a job at useme]] → find a job at useme
Lists and enumerations
Make bullet lists easily:
* item A
* item B
** subitem B 1
** subitem B 2
* item C
- item A
- item B
- subitem B 1
- subitem B 2
- item C
You may also make an ordered list. Don't worry, the numbers will be assigned automatically:
# list item
# another element
## subitem
## subsequent subitem
# another main item
- list item
- another element
- subitem
- subsequent subitem
- another main item