coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

Support GHM relative linking #181

Closed hparra closed 8 years ago

hparra commented 10 years ago

Github is capable of relative links in READMEs. We support this style of linking for generated documentation as well.

We post-process the markdown for relative links to other markdown, adding the necessary ‘.html’.

A unit test has been modified to check for correct behavior.

[1] https://help.github.com/articles/relative-links-in-readmes

hparra commented 10 years ago

Since I kept changes atomic there will be a merge-conflict here with a test in #180. See 4c1c7a6c8e56a87bf21d707ccd03f1c5f30f3641.