===
[Docs] simple
===
{{Maya Angelou was an acclaimed poet, director, essayist, and novelist.}}
poet = "Maya Angelou"
---
(unison
    (term_declaration
        (doc_block)
        (term_definition
            (regular_identifier)
            (kw_equals)
            (literal_text))))


===
[Docs] complex
===
> {{
    `repeat` is a function which will repeat the provided text a specified number of times.

    Source:

    @source{repeat}

    Examples:

    ```
    (repeat 2 "rose is a ") ++ "rose"
    ```
}}
---
(unison (watch_expression (doc_block)))
