Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Nested documentation strings #552

Description

@yloiseau

It is not currently possible to use documentation strings in code samples in documentation strings...

for instance:

----
This is the documentation of the `foo` function

Usage example:

    ```
    ----
    This is a sample main function
    ----
    function main = {
        foo()
    }
    ```

In this example, we call `foo` in a `main` function
----
function foo = -> null

The golo parser makes an error on "This".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions