*** Settings ***
Documentation  *URL:*    http://robotframework.org
...
...            _Image:_  http://code.google.com/p/robotframework/logo?ext.png
...
...            _*Cross linking*_: `Links`, `One Paragraph`, `HR`, `hr`.
...            `section`, `Nön-ÄSCÏÏ`, `Special ½!"#¤%&/()=?<|>+-_.!~*'() chars`
...
...            ----------------------------
...
...            = Section =
...            == Subsection with Ääkköset ==
...
...            | *My* | *Table* |
...            | 1    | 2       |
...            | foo  |
...            regular line
...            | block formatted
...            | \ \ content\t\tand whitespaces


*** Keywords ***
One paragraph
    [Arguments]    ${one}
    [Documentation]    Hello, world!
    [Tags]    tag

Multiple paragraphs
    [Arguments]    ${one}    ${two}    ${three}=default
    [Documentation]    Hell, world!
    ...
    ...    Second paragraph *has formatting* and [http://example.com|link].
    ...    It also refers to argument ``one`` using ``code`` style.
    ...    This is still part of second paragraph.
    ...
    ...    Third paragraph is _short_.
    [Tags]    tag    another tag

Tables alone
    [Documentation]
    ...    | *a* | *b*   | *c*  |
    ...    | 1st | table | here |
    ...
    ...    | 2nd | table | has | only | one | row |
    [Tags]    another tag

Preformatted
    [Documentation]
    ...    | First block
    ...    | has two lines
    ...
    ...    | Second has only one
    [Tags]    TAG

Lists
    [Arguments]    @{list}
    [Documentation]
    ...    - first
    ...    - second
    ...
    ...    - another

HR
    [Documentation]
    ...    ---
    ...    ---
    ...
    ...    ---------------

Links
    [Documentation]
    ...    - `Lists`, `One Paragraph`, `HR`, `hr`, `nön-äscïï`, `Special ½!"#¤%&/()=?<|>+-_.!~*'() chars`
    ...    - `Section`, `Sub section with ääkköset`
    ...    - `Shortcuts`, `keywords`, `LIBRARY intro duct ion`
    ...    - http://robotframework.org
    ...    - [http://robotframework.org|Robot Framework]

Images
    [Documentation]
    ...    http://code.google.com/p/robotframework/logo?ext.png
    ...
    ...    Images are [http://code.google.com/p/robotframework/logo?ext.png|title]
    ...    inside paragraphs. This one is also a link:
    ...    [http://code.google.com/p/robotframework/logo?ext.png|http://code.google.com/p/robotframework/logo?ext.png]

Nön-ÄSCÏÏ
    [Arguments]    ${ärg}=öööööööö
    [Documentation]
    ...    Älsö döc häs nön-äscïï stüff. Ïnclüdïng \u2603.
    [Tags]    Nön    äscïï    tägß

Special ½!"#¤%&/()=?<|>+-_.!~*'() chars
    [Documentation]
    ...    Also doc has ½!"#¤%&/()=?<|>+-_.!~*'().

ZZZ - Long documentation
    [Documentation]
    ...    Last keyword has a bit longer documentation to make sure page moves
    ...    when testing linking to keywords.
    ...
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
    ...   - - -
