Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Cannot link to constants in Markdown #1011

Open
UlyssesZh opened this issue May 24, 2023 · 0 comments
Open

[Bug] Cannot link to constants in Markdown #1011

UlyssesZh opened this issue May 24, 2023 · 0 comments

Comments

@UlyssesZh
Copy link

How to reproduce:

Create the following files:

# test.rb
module TestModule
  TEST_CONSTANT = 1108
  def test_instance_method
  end
end
<!-- test.md -->
TestModule
TestModule::TEST_CONSTANT
TestModule#test_instance_method

Run the command:

rdoc test.rb test.md

Then, use a browser to open doc/test_md.html.

Result:
image

Expected:
image

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

No branches or pull requests

1 participant