# Wiki Wiki-syntax is used for most textarea-fields within OpenProject. The users have several options to style text. ## Container ```
``` ## Paragraph ```

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit sed cum quam obcaecati eius nisi tenetur tempora odio minus nulla rerum hic, itaque nam dolorum vel fuga quibusdam, praesentium unde!

``` ## Headings ```

Headline H1

Headline H2

Headline H3

``` Note: Only headings to level **three** are supported in the wiki toolbar at the moment. ## Font styles ```

Bold

Strikethrough

Underline

Italic

Bold italic underline

``` ## Inline code ```
function Y(f) { var p = function(h) { return function(x) { return f(h(h))(x); }; }; return p(p); }
``` ## Preformatted Text ```
  This     is      very 

          formatted
              text
  
``` ## Unordered List ```
``` ## Ordered List ```
  1. Item
  2. Item
  3. Item
``` ## Blockquote ```
The good news is that you're going to live. The bad news is that he is here to kill you.
``` ## Link ```

External link

Internal link

```