elixir-editors / elixir-editors/language-elixir
'#' replaced by '#{}' inside documentation blocks.
Open
- 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.