I'm new to ESDoc but have many years JSDoc experience.
The nearest equivalent to JSDoc's Tutorials features is ESDoc's Manual feature. It lets you write stand-alone markdown documentation that gets incorporated into the final built documentation.
I have two problems:
- In the description of a function or class, how do I link to a section within the manual? In JSDoc the @tutorial tag did that, but it doesn't exist in ESDoc, and there doesn't seem to be an equivalent @manual tag.
- In a manual page, how do I link back to the documentation for a function/class? In JSDoc I could use the @link tag, but that is not working in ESDoc manual pages.