coffeedoc / codo

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

Linking to classes and methods from .md files #253

Open kum-deepak opened 7 years ago

kum-deepak commented 7 years ago

I have quite few markdown files that I am passing as extras. Few of these are guides - I will like to provide links to specific methods or classes from these guides.

Currently I am using relative paths that is generated by codo, like:

[Stomp.over](../../mixin/Stomp.html#over-)

Is there a better way to write this?