How to reproduce: Create the following files: ```ruby # test.rb module TestModule TEST_CONSTANT = 1108 def test_instance_method end end ``` ```markdown <!-- test.md --> TestModule TestModule::TEST_CONSTANT TestModule#test_instance_method ``` Run the command: ```shell rdoc test.rb test.md ``` Then, use a browser to open `doc/test_md.html`. Result:  Expected: 