Skip to content

Incorrect formatting of code blocks that look like member links #47

@bioball

Description

@bioball

When processing member links in doc comments, things inside code blocks also get formatted, which is incorrect.

This doc comment:

This is foo
```
bar = (foo) { [baz] = 1 }
```

Gets turned into:

This is foo
```
bar = (foo) { `baz` = 1 }
```

To fix this, we maybe should introduce a markdown parser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions