module YARD::RelativeMarkdownLinks

GitHub and YARD render Markdown files differently. In particular, relative links between Markdown files that work in GitHub don't work in YARD. For example, if you have `[hello](FOO.md)` in your README, YARD renders it as `<a href=“FOO.md”>hello</a>`, creating a broken link in your docs.

With this plugin enabled, you'll get `<a href=“file.FOO.html”>hello</a>` instead, which correctly links through to the rendered HTML file.

Constants

VERSION

Current version of the yard-relative_markdown_links gem.

Public Instance Methods