elixir-editors / elixir-editors/language-elixir

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

Open
#83 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
CoffeeScript
Stars
178
Forks
41
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.