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?