*** Settings ***
Documentation  Documentation for the whole test suite. All this forms a single
...            paragraph starting from RF 2.7.2. Supported formatting is
...            demonstrated below.

...            - *URL:*    http://robotframework.org
...            - _Image:_  http://code.google.com/p/robotframework/logo?ext.png
...            - _*Link:*_ [http://robotframework.org|Robot Framework]
...            - Image link: [http://robotframework.org|http://code.google.com/p/robotframework/logo?ext.png]
...            ----------------------------
...            | *My* | *Table* |
...            | 1    | 2       |
...            | foo  |
...            regular line
...            | pre *formatted*
...            | \ \ content\t\with whitespaces
...            ---
...            - first list item
...            - second list item
...            \ is continued \
...            using *two* different approaches
Metadata       URL       http://robotframework.org
Metadata       Image     http://code.google.com/p/robotframework/logo?ext.png
Metadata       Formatting  *Bold* and _italics_
Metadata       <Escape>      < &lt; </script>
Suite Setup    Log  higher level suite setup
Force Tags     i1  i2
