Skip to content

'#' replaced by '#{}' inside documentation blocks. #83

Description

@asincrono

When I type '#' inside ' """ ' documentation block I get it replaced by '#{}'.
I understand it should be interpreted as a markdown code.
I get:

@moduledoc """
Blah blah blah

#{#{ Examples}}
"""

instead of

@moduledoc """
Blah blah blah

## Examples
"""

Am I doing something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions